Replies: 1 comment
-
User-bots and self-bots have been deprecated in the library since v1.7 and will no longer receive support. As of v2.0, they have been completely removed from the library as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a user bot and recently it stopped responding to commands because it was receiving null message content. The Message object still has a channel and an author normally, but the content is always empty.
Here is the bot object:
I'm using the version 1.7.1 of discord.py
Beta Was this translation helpful? Give feedback.
All reactions