You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to Config.json and configure your prefix for the bot.
Make a .env file like env-example and put your bot token like shown on env-example.
2.1. If you using repl. Then, go to Secret, make a new key called token and the value as your token.
Run the bot.
Congrats, You Done it.
Making a Command
Make a Folder inside Commands Folder for example like info 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.