Skip to content

0) Preparation

VinaStar edited this page Dec 10, 2020 · 4 revisions

PREPARATION

Setting Discord Server

Create an auth channel to receive live Notifications (can be public or private as you like).

Copy the channel ID in a notepad for later, by right clicking the channel and selecting Copy ID.

To copy ID you must have Discord Developer mode enabled:

Setting Discord Bot

To create a bot let's go to Discord Developers Page

Click on New Application and give it a name:

Now that we got our application click on Bot menu item and then Add Bot to the right:

Copy in a notepad your bot token for later, by clicking the copy button:

Now let's add the bot to our Discord click on OAuth2 menu item and then add the following:

Copy and visit the the url given in the previous step to add the bot to your Discord server: discord.com/api/oauth2/authorize?client_id=xxxxxxxxxxxxxxx&permissions=8&scope=bot

You now have your bot ready.

Setting Discord Roles

Go to your Discord server settings:

Go to the Roles tab and add the Roles you want:

Right click each Roles and copy the ID for later:

Clone this wiki locally