update dpy
This commit is contained in:
parent
ad97cb9a0f
commit
726b58af75
@ -1,2 +1,2 @@
|
|||||||
aiohttp~=3.7.4.post0
|
aiohttp>=3.7.4,<4
|
||||||
discord.py~=1.7.3
|
discord.py~=2.1.0
|
||||||
|
@ -25,6 +25,7 @@ client = discord.Client(
|
|||||||
invites=True,
|
invites=True,
|
||||||
guild_messages=True,
|
guild_messages=True,
|
||||||
reactions=True,
|
reactions=True,
|
||||||
|
message_content=True,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
vote_db = Db(myroot / 'vote.db', kvfactory=KVJson())
|
vote_db = Db(myroot / 'vote.db', kvfactory=KVJson())
|
||||||
|
Loading…
Reference in New Issue
Block a user