update dpy

This commit is contained in:
AF 2022-11-23 15:54:47 +00:00
parent ad97cb9a0f
commit 726b58af75
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,2 @@
aiohttp~=3.7.4.post0
discord.py~=1.7.3
aiohttp>=3.7.4,<4
discord.py~=2.1.0

View File

@ -25,6 +25,7 @@ client = discord.Client(
invites=True,
guild_messages=True,
reactions=True,
message_content=True,
)
)
vote_db = Db(myroot / 'vote.db', kvfactory=KVJson())