Open Ej747 opened 2 years ago
You are probably using powershell. Change it to "Command Prompt" on right side of VSCode.
nope. that doesn't change anything
hey Ethan, I am getting the same error! Did yours get resolved?
Maybe change token line like this: bot.run("your_token"). And just run main.py. It's less secure but should work
that seems to work and the bot is now active but when I put a command in discord it doesn't recognize it.
Stuck on the same problem for now :x So TOKEN is working. Issue for close.
my discord bot has connected the the voice channel but the play music function isn't working. "song is added to queue" is displaying no matter what song name I write . But music is not playing.
Hello, you need to change how you load in the music_cog. Change it to this
@bot.event async def on_ready(): await bot.add_cog(music_cog(bot)) await bot.add_cog(help_cog(bot))
Apologies for the lack of info but I don't understand what went wrong.