Releases: Alex22sv/CommanderBot
Releases · Alex22sv/CommanderBot
v1.0.4
v1.0.3
This update separates the 'ram' command to:
change-ram
- Description: Change the amount of RAM assigned to your server.
- Usage: /change-ram <server name|ID|address>
check-ram
- Description: Check the amount of RAM assigned to your server.
- Usage: /check-ram <server name|ID|address>
v1.0.2
v1.0.1
The first version of CommanderBot is here!
What does it do?
CommanderBot is an updated and improved version of PhoenixAPI-Bot which has the same commanods but the difference between both bots is that CommanderBot no longer uses message commands but slash commands.
Slash commands?
Yes. CommanderBot will only reply through slash commands, e.g. /help
.
Setting up the bot
Requirements
What's next?
- Download the code.
- Run
npm install
in the path where you have the main folder.
- Create a Discord application here
- Click the "Bot" tab and "Add Bot".
- Copy your Discord token.
- Move the file
example.config.json
to thesrc
folder and rename it toconfig.json
, then paste the Discord token inside thediscordToken
value.
- Go to your exaroton account, copy the exaroton API token and paste it inside the
exarotonAPIkey
value.
- To invite the bot to your server use this link and replace the 'ID' with the client ID of your application which you can find here
- Paste the client ID you copied from the Discord Developer Portal and paste it inside the
clientId
value in the config file.
Starting the bot
Once you have the bot on your server and added all the config to the config.json
file, you can start the bot running the command node main.js
. Make sure the path is set to the CommanderBot
folder.
You'll see this message when the bot is online:
And done! The bot is set up and online. You can now run /help
to get the list of commands.