#๐ no output/error message then running commands
10 messages ยท Page 1 of 1 (latest)
@polar violet
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
hey guys im trying to make to a discord bot and it was going good but then when i added prefixes to the bot i stopped getting outputs but then i go to check the logs i don't see any error messages so i don't know where to look for the problem so can one of you guys help me
here the code i wrote for the bot i label what's what so you guys know where to look
if anyone actually responds to this please ping me
It probably has something to do with
if not game_active:
return
causing on_message to return before you call process_commands
I recommend that you use slash commands to prevent issues like this
thanks of looking in to it
but im still a bit new to this and idk how to do slash commands all the bots i ever made use prefix
but i'll try
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.