pawel02 / music_bot

Music discord bot with all the functionality you'll ever want
66 stars 91 forks source link

got an error, not sure what it means #4

Open Ej747 opened 1 year ago

Ej747 commented 1 year ago

image Apologies for the lack of info but I don't understand what went wrong.

endoo95 commented 1 year ago

You are probably using powershell. Change it to "Command Prompt" on right side of VSCode.

image

Ej747 commented 1 year ago

nope. that doesn't change anything

davyanshibagga commented 1 year ago

hey Ethan, I am getting the same error! Did yours get resolved?

endoo95 commented 1 year ago

Maybe change token line like this: bot.run("your_token"). And just run main.py. It's less secure but should work

Ej747 commented 1 year ago

that seems to work and the bot is now active but when I put a command in discord it doesn't recognize it. image

endoo95 commented 1 year ago

Stuck on the same problem for now :x So TOKEN is working. Issue for close.

davyanshibagga commented 1 year ago

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.

brendencallahan commented 1 year ago

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))