-
Navigate to https://discord.com/developers/applications and create New Application (top right). Name it whatever you like.
-
Click "Bot" on the left panel, then click the button on the right to Add Bot.
-
Scroll up to where the Bot Icon is displayed. Copy the
Token
on the right, and paste it to a safe location. We will need it later in the installation steps; this is theDISCORD_BOT_TOKEN
in thefinal.txt
file. -
On the left panel, click "OAuth2", and then check the box marked
bot
underScopes
. Then scroll down toBot Permissions
, and check the box markedAdministrator
in the future, we will refine the permissions, but for now it is easiest with Admin permissions. -
Scroll back up to
Scopes
, and copy the URL in the field that begins withhttps://discord.com/api/oauth2/authorize?
. Paste this in a new browser tab, and grant the App access to whatever server you wish it to access. Close this tab when Finalized.
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.