style
This commit is contained in:
parent
a79c94bba5
commit
3e0c5a886f
@ -23,8 +23,8 @@ client = discord.Client(
|
|||||||
emojis=True,
|
emojis=True,
|
||||||
invites=True,
|
invites=True,
|
||||||
guild_messages=True,
|
guild_messages=True,
|
||||||
reactions=True
|
reactions=True,
|
||||||
),
|
)
|
||||||
)
|
)
|
||||||
vote_db = Db(myroot / 'vote.db', kvrequest_type=KVJson)
|
vote_db = Db(myroot / 'vote.db', kvrequest_type=KVJson)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user