This bot has a few example commands which can be modified as needed.
A /help
command to get help on different areas of the bot, like commands or permissions:
A /info
command to get information about the bot, links to different resources, or developer information.
A generic command, /test
, which can be copied to create additional commands.
A welcome message is sent to the server and owner when the bot is added.
You can run the bot in multiple modes:
- Normal Mode
- Type
npm start
. - Starts a single instance of the bot.
- Type
- Manager Mode
- Type
npm run start:manager
. - Starts a shard manager which will spawn multiple bot shards.
- Type
- PM2 Mode
- Type
npm run start:pm2
. - Similar to Manager Mode but uses PM2 to manage processes.
- Type