update dpy

This commit is contained in:
AF 2022-11-23 15:54:51 +00:00
parent 7fa1a6b57d
commit 44198d0d2a
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,3 @@
aiohttp~=3.7.4.post0
discord.py[voice]~=1.7.3
aiohttp>=3.7.4,<4
discord.py[voice]~=2.1.0
youtube_dl~=2021.12.17

View File

@ -47,7 +47,8 @@ client = MusicClient(
invites=True,
voice_states=True,
guild_messages=True,
reactions=True
reactions=True,
message_content=True,
),
loop=loop
)