Too many events #154
Replies: 2 comments
-
Can you explain what those events are? |
Beta Was this translation helpful? Give feedback.
-
Depends on your events, if you're doing something like on_message, make sure it's only for the guilds you're interested in. If you want a selfbot for yourself, do self_bot=True. Help us help you by providing proper information. A simple guide to getting help In order for us to help, we need relevant information. Have an error/issues? Provide the full traceback output. Show code around the error, and any relevant code. Keep in mind that we are not you, we cannot read your mind, and saying something like "My code doesn't work!" or "I have an error." or "This code is broken, why?" or "Can somebody help me?" gives absolutely nothing, and is just annoying. You must provide information that we need in order to look into whatever your question is. As a courtesy to others, please refrain from pasting large codeblocks into issues. If it's big enough, you will annoy other users. Please use services such as https://hastebin.com, https://gist.github.com or https://ghostbin.com. Taken from discord.py's ?tag help. |
Beta Was this translation helpful? Give feedback.
-
I've noticed the bot starts taking too many events after it logs in. This pretty much blocks my code every once in a while from functioning. How can we resolve this issue? Any way to ignore those commands?
Beta Was this translation helpful? Give feedback.
All reactions