this bot requires cpp extensions for node:
- in ubuntu use this command -
sudo apt-get install gcc g++ make
- in windows you need to check a box in installator
🎶 nowplaying (alias: np)
🎶 volume
🎶 queue (alias: q)
🎶 skip (alias: s)
🎶 join
🎶 leave
🎶 loop (alias: l)
🎶 pause
🎶 resume
🎶 play <url/song name(youtube)>(alias: p)
👀 install packages
npm install
👀 your bot token should be in .env file - it should look something like this:
token=yourBotToken
👀 to run bot in dev mode use
npm run start:dev
👀 to run bot locally use
npm start