Skip to content

Kaluub/Rameses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

238 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  1. Install Git and Docker, or install Node.js and MongoDB manually.

  2. 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.

  3. Clone the repository: git clone https://github.com/Kaluub/Rameses.git.

  4. Create a .env config file & create a TOKEN entry to paste your bot token into. All of the valid configuration options can be found in src/classes/config.js. Example config file:

TOKEN=<Put your bot token here.>
DEBUG=TRUE
DEVELOPMENT_SERVER=<Put a server ID here.>
  1. To start the bot using Docker, run ./run.sh.

About

Discord bot for Evades.io

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors