- have **node.js v16.6 or higher**
-
npm install
to Install the depedences -
node .
to start the Bot
To add a command Category create a Folder in
./src/commands
To add a command Category create a Folder in
./src/slashCommands
If u want to create "normal" commands create the files just in
./src/commands
and choose which category you want
If u want to create "Slash" commands create the files just in
./src/slashCommands
and choose which category you want
- lines are Required
- First rename
config.js.example
toconfig.js
in./src/configs/config.js
TOKEN
which means Discord Token and you can get it from Discord Developer Portal
PREFIX
change it to whatever you want and this means%ping
,%help
in normal commands
mainGuild
Main Server ID , leave it blank if you want to globally activate slah commands
MongoDB
Database and you get get url from MongoDB Cloud
If consider using this Bot, make sure to credit me!
This Handler created by ! 𝐉𝐅・Ahmed_Mondo#4553 (583428943378513940)