This is a Discord bot for Rebel Retreat. Join Here
Download the current snapshot by either running the command
git clone https://github.com/kidsonfilms-python-rules/RebelDiscordBot.git
or download the ZIP version here.
After it finished downloading, go into the root folder and run
npm i
To test your local bot, go to Discord Developer Applications Portal and add a new application and fill it out. Go to Bot and create a bot using Build-A-Bot
. Then copy (ctrl + c
or ⌘ + c
) your Discord Bot Token in Bot
. KEEP THIS TOKEN SECRET FROM PEOPLE YOU DON'T KNOW.
Then, go to the Discord Permissions Calculator and select all the Permissions you want your bot to get and paste your client ID into the corresponding box. After that, click the link it provides you and select your server and click Continue > Authorize
.
To enter your Discord Bot Token, you can do one of the following:
Create a file called SECRETS.txt
and then put in the following:
YOUR_SECRET
And replace YOUR_SECRET
with your Discord Bot Token.
Create and a Enviroment Varible called SECRET
and place the value being your Discord Bot Token
After that, run the following command:
npm start
Follow These Steps to deploy to Heroku
Please open an issue for support.
Please contribute by contacting our Lead Developer @kidsonfilms
on Discord, who will give you further instructions.
We are using the MIT license.