Use Rameses: You can add add Rameses to a server or your account and use all of the features from there.
Setup: If you would like to contribute to Rameses or host your own instance, you can follow these setup steps. I recommend to use Linux or WSL on Windows, but many environments will do fine regardless.
-
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.
-
Clone the repository:
git clone https://github.com/Kaluub/Rameses.git. -
Create a
.envconfig file & create a TOKEN entry to paste your bot token into. All of the valid configuration options can be found insrc/classes/config.js. Example config file:
TOKEN=<Put your bot token here.>
DEBUG=TRUE
DEVELOPMENT_SERVER=<Put a server ID here.>
- To start the bot using Docker, run
./run.sh.