Discord bot built with Discordeno
-
Go to the releases page and install the latest installer.
-
Make a folder and move the installer into the folder than run the installer and fill the questions with correct info make sure you dont add any spaces, "", or ''
-
Once completed the installer should make a folder named
rtsrs
open it and run the rtsrs.exe -
Then run fresh start option. This will freshly restart the cases.
$ git clone https://github.com/cantevenread/rtsrs.git
-
Delete the installer folder, and rtsrs.exe ( since you will compile it your own )
-
Make a .env file ( name a file
.env
) and copy paste the info below and fill in the info in between the quotes.ex. BOT_NAME='BOT'
BOT_NAME=''
BOT_TOKEN=''
DEV_GUILD_ID=''
OWNER_ID=''
USER_LOG_CHANNEL=''
BOT_MOD_CMD_LOG_CHANNEL=''
WELCONE_CHANNEL=''
- After completed save and run this command in the terminal.
sudo cargo run
You will be given options. Run option 2 for the initial start-up, and to reset the database entries. You MAY have to follow the command with sudo. After the initial start-up you can just click enter or enter number 1 for a normal start.
The fresh start run opetion resets the db values. So any db value is deleted/ overwritten Deafult starts from the last db value. This project is designed to run and host your own discord bot.