Setup:
-
Install Git and Docker, or install Node.js and MongoDB manually.
-
Create your own Discord bot yourself, and invite it to your server. You can do this by going to the Discord developer portal and creating a new application. Under the "bot" tab, create a new bot. You'll need to copy the token of the bot. To invite the bot to your server, you can go to the Oauth2 -> URL generator tab, then select the "bot" and "applications.commands" scopes, then use the URL generated. The bot shouldn't need any extra permissions. If you'd also like to have the main Rameses bot in your server, click here.
-
Create a
.envconfig file & create a TOKEN entry to paste your bot token into. Example config file:
TOKEN=<Put your bot token here.>
DEBUG=TRUE
DEVELOPMENT_SERVER=<Put a server ID here.>
All of the valid configuration options can be found in classes/config.js.
- To start the bot using Docker, run
./run.sh.