I am using this Replit demo to create a Discord bot: https://replit.com/@amasad/Discordpy-Music-Bot
I followed the instructions, and my bot is capable of logging in and staying online. The only thing wrong is it won't respond to any of my commands, not even if I add a simple print function.
If it's not in the code, I could have missed something in the Discord bot's permissions, but it can read and write messages as an administrator. I even went into the specific permissions of the server and enabled read/write messages, join voice, etc. Any idea what's going wrong?