DEV Community

Discussion on: Let's make a Twitch bot with Python!

Collapse
 
cgusb profile image
Gus Becker

I had this issue too! My problem was that I was replacing the line BOT_PREFIX=! in the file .env with an incorrect value. This line tells the bot to look for commands that start with the value passed, so if you are trying to execute a command that starts with an exclamation mark (e.g. !discord), don't change this line!