- Go to
Config.jsonand configure your prefix for the bot. - Make a
.envfile likeenv-exampleand put your bot token like shown onenv-example.
2.1. If you using repl. Then, go toSecret, make a new key calledtokenand thevalueas your token. - Run the bot.
- Congrats, You Done it.
- Make a Folder inside
CommandsFolder for example likeinfofolder. - Make a file called
commandname.js(must lowercase) inside that sub-folder you make or use existing folder. - Copy
CMD-exampleand 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.