This commit is contained in:
AF 2022-10-06 11:27:02 +00:00
parent a79c94bba5
commit 3e0c5a886f

View File

@ -23,8 +23,8 @@ client = discord.Client(
emojis=True,
invites=True,
guild_messages=True,
reactions=True
),
reactions=True,
)
)
vote_db = Db(myroot / 'vote.db', kvrequest_type=KVJson)