-
I followed the documentation, migrated from discord.py to discord.py-self. My bot comes online perfectly fine and everything works, but for some reason whenever I try run commands like ;help nothing happens. But when others run the same command ( ;help ) , the command works. Are there any solutions for this? |
Beta Was this translation helpful? Give feedback.
Answered by
dolfies
Aug 17, 2022
Replies: 1 comment 1 reply
-
You need to pass either The former makes it respond only to you and the latter to everyone including you |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dolfies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to pass either
self_bot=True
oruser_bot=True
to your bot instanceThe former makes it respond only to you and the latter to everyone including you