update dpy
This commit is contained in:
parent
7fa1a6b57d
commit
44198d0d2a
@ -1,3 +1,3 @@
|
|||||||
aiohttp~=3.7.4.post0
|
aiohttp>=3.7.4,<4
|
||||||
discord.py[voice]~=1.7.3
|
discord.py[voice]~=2.1.0
|
||||||
youtube_dl~=2021.12.17
|
youtube_dl~=2021.12.17
|
||||||
|
@ -47,7 +47,8 @@ client = MusicClient(
|
|||||||
invites=True,
|
invites=True,
|
||||||
voice_states=True,
|
voice_states=True,
|
||||||
guild_messages=True,
|
guild_messages=True,
|
||||||
reactions=True
|
reactions=True,
|
||||||
|
message_content=True,
|
||||||
),
|
),
|
||||||
loop=loop
|
loop=loop
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user