Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Nimplex/CarbonMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carbon Music

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

functions

🎶 nowplaying (alias: np)
🎶 volume
🎶 queue (alias: q)
🎶 skip (alias: s)
🎶 join
🎶 leave
🎶 loop (alias: l)
🎶 pause
🎶 resume
🎶 play <url/song name(youtube)>(alias: p)

guide

👀 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