Androz2091 / discord-music-bot

The perfect music bot for your Discord server! 🤘
238 stars 127 forks source link

Starting the bot #48

Open StarryGhost opened 2 years ago

StarryGhost commented 2 years ago

Hi i keep getting an error 'an application id must be assigned' can someone tell me what im doing wrong

StarryGhost commented 2 years ago

those are the scope commands that i added

StarryGhost commented 2 years ago

https://drive.google.com/file/d/1QNfmEaPosHXVjoshfSXI3OM6O3GJcwcq/view?usp=sharing

elvanz commented 2 years ago

it should already work. if you already added scope commands & also defined GUILD_ID in .env file it should sync slash-commands in your server

elvanz commented 2 years ago

maybe try to restart the bot again?

StarryGhost commented 2 years ago

... now i get the application id must be defined...

elvanz commented 2 years ago

oh gosh xD! how could this happened again.. you made sure you filled in all the credentials in .env file, right?

StarryGhost commented 2 years ago

aaaaaa the commands started registering again... the music isnt playing tho... it joined but no sound

elvanz commented 2 years ago

have you already installed ffmpeg? if yes, #12 said that you have to install opusscript because of a missing dependency

StarryGhost commented 2 years ago

i just have to install ffmpeg with git r?

elvanz commented 2 years ago

better to install ffmpeg-static instead by typing yarn add ffmpeg-static or npm install --save ffmpeg-static (choose your own preference whether to use npm or yarn)

StarryGhost commented 2 years ago

AAA ITS WORKING TYSM

elvanz commented 2 years ago

happy to help!!