Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.53 KB

TOKENS.md

File metadata and controls

47 lines (28 loc) · 1.53 KB

How to get tokens for this bot

Discord token

To get a discord bot token you need to create a bot Create one by heading to the Discord Developer Portal

  1. Click on New Application in the top right corner

  1. Give it a name, this can be anything you want and click create

  1. Go to the left side and click on Bot then click on Add bot

  1. Click on reset token (if its not visible)

  1. Copy the token and paste it into the .env file in the root directory
TOKEN=<your bot token>

Github Token

  1. Go to the github token creation page here

  2. Select the repo scope

  3. Click on Generate Token

  1. Copy it and put it in your .env file!
...
GH_TOKEN=<your github token>