A discord bot that utilizes the slash commands from Discord. Its very simple and you can simply add more commands as you wish! Just use the template here! I would like to thank @AlexzanderFlores for making the wokcommands
dependency!
Its really simple! Follow the instructions down below:
- Download the repository as a zip file, then extract it.
- Get your bot's token here
- Copy the
config.json.example
file and rename it toconfig.json
- Fill in your bot token!
- Open command prompt in the folder and type
npm i
to install all dependencies.
Mainly:
- Once its all finish, you can modify the code however you like! If your ready to test the bot, type
node .
ornode index.js
.
You can install pm2
by typing npm i pm2 -g
in your command prompt. Then run the bot 24/7 by typing pm2 start index.js
- Fork this repository.
- Create your own branch.
- Commit your codes.
- Push to the branch.
- Submit a pull request :>