Self Hosted
If you want full control of what is happening, this option is for you! But beware, this option isn't for everyone. You should know what you're doing. If you're unsure, better head back to the invite section and just use the public bot.
- Clone the repo
git clone https://github.com/NullDev/Arithmetica-Bot.git
- Copy the
config/config.template.js
toconfig/config.custom.js
- Make the neccessary changes in the config - to get your Bot Token, head to the Discord Developer Portal and get your Token from the
Bot
section. The other tokens are optional and you don't have to worry about them. - Run the command
npm install
- Run
npm start:prod
OR if you're usingpm2
, which is the preferred option, run the commandpm2 start ecosystem.config.js
- You're all set, now you only have to invite the Bot to your server if you haven't done that already!