- Go to
Config.json
and configure your prefix for the bot. - Make a
.env
file likeenv-example
and put your bot token like shown onenv-example
.
2.1. If you using repl. Then, go toSecret
, make a new key calledtoken
and thevalue
as your token. - Run the bot.
- Congrats, You Done it.
- Make a Folder inside
Commands
Folder for example likeinfo
folder. - Make a file called
commandname.js
(must lowercase) inside that sub-folder you make or use existing folder. - Copy
CMD-example
and paste it on your new command file and start to code. After you done save it, and re-run the bot - Also update the
help
( commands/info/help.js )
command if u adding new command since it not Dynamic.