Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.06 KB

README.md

File metadata and controls

60 lines (43 loc) · 2.06 KB

Discord Bot for Rebel Retreat

This is a Discord bot for Rebel Retreat. Join Here

Table of Contents

Installation

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

Usage

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:

File (Recomended For Local Use)

Create a file called SECRETS.txt and then put in the following:

YOUR_SECRET

And replace YOUR_SECRET with your Discord Bot Token.

Enviroment Varible (Recommended For Server Use)

Create and a Enviroment Varible called SECRET and place the value being your Discord Bot Token

Test on local machine

After that, run the following command:

npm start

Test on Heroku

Follow These Steps to deploy to Heroku

Support

Please open an issue for support.

Contributing

Please contribute by contacting our Lead Developer @kidsonfilms on Discord, who will give you further instructions.

License

We are using the MIT license.