An all purpose bot in devlopment Supports a lot of music commands with intuitive commands and buttons
Discord invite link for the bot:
The bot has currently these commands for music:
- play
- queue
- pause
- resume
- nowplaying
- disconnect
- forward
- skip
- loop
- volume
- Node.js >= 16
You can download it from https://nodejs.org/en/download
- npm
npm is a package manager that should be installed with nodejs automatically
If you want to customize the build of the bot, you can do it by following the steps:
- Clone the repo
git clone https://github.com/rafaelwasp/waspbot.git
- An example config file is included as
config.example.js
, change filename toconfig.js
and enter neccessary details- You will need to visit discord developer portal and create a new application
- Copy the Client ID and Token from the application
- Enter the Client ID and Token in the config file
- Enter other neccessary details and save the file
- You will also need a MongoDB Connection string for the bot to connect to, enter it in the config file
- Make the changes in package.json if needed and run npm install
cd waspbot npm install
- Run npm start (or
npm run dev
if you want to run the bot in development mode ie, using nodemon)npm start