Linked Questions

Popular Questions

I'm using Discord.py and replit to write a bot. I'm starting off super simple, I simply want my bot to respond to my hello. Here is my code Here is the console

I have troubleshooted in the neighborhood of 7 or 8 errors with this code (I know it's sad that 20 lines of code gave me this much trouble) and gotten all of that fixed. So now that the console isn't showing any errors, I'm confused why nothing is happening when I type in $hello to my bot on discord.

Other info: My discord bot does go online when I hit run, which tells me the token stuff is working. I ran into problems on line 4 which was a whole "Intents" fiasco, this is my first time using the Intents keyword and so I would assume the issue lies somewhere in there. Other idea: This may have something to do with the console saying "Shard ID None"?

Related Questions