-
while i send message "&ping" nothing happens. on the console the log is
In this video it works completely fine. |
Beta Was this translation helpful? Give feedback.
Answered by
izxxr
Aug 25, 2022
Replies: 1 comment 3 replies
-
As of discord.py v2.0, |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
aurkaxi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of discord.py v2.0,
Bot.add_cog
is a coroutine function. You mustawait
it. For detailed information on asynchronous setup, See this section on migrating guide.