Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Connecting the bot to Discord

darkalfx edited this page Apr 23, 2022 · 26 revisions

#1 Open http://localhost:4545 in your browser to access the web portal then login.

#2 Then go in the Chat Clients page:

chatclients

#3 Once you're there you'll need to go to the Discord Developer Portal, once you've logged in, create an application:

newapplication

#4 Now copy the application id found here:

clientid

#5 Then paste it in Requestrr here:

copyclientid

#6 Now go back in the developer portal and create a bot for the application

createbot

#7 Enable the following two presence intent settings

presenceintents

#8 Now copy the bot token

copybottoken

#9 Then paste it in Requestrr here:

pastebottoken

#10 Now click on the Test Settings button, it should say that everything is good

testsettings

If not, then the error message will tell you what to do.

#11 Click on the Save Changes button at the bottom of the page to save the work we've done so far

savechanges

#12 Now create a new Discord server that you'll invite the bot to, go on Discord and then do this

discordnewserver

#13 Once you finished creating the new Discord server, click on the Copy Invite Link button in Requestrr's web portal

copyinvitelink

#14 Copy the URL that you got from the "Copy Invite Link" button in your browser's URL bar.

If the button doesn't work, you can manually make the link yourself: https://discord.com/api/oauth2/authorize?client_id=YOURAPPLICATIONID&permissions=522304&scope=bot%20applications.commands

Simply replace YOURAPPLICATIONID by the application id we made earlier.

If you instead choose to make your own link via the Discord Developer Portal make sure to give the bot the following permissions:

Read Messages
Embed Links
Read Message History
Use External Emojis
Send Messages
Manage Messages
Mention @everyone
Add Reactions

#15 You'll end up here, simply choose the discord server you created earlier to invite the bot into it:

invitebot

#16 Now that the bot has joined your server, it's time to test the bot.

Type / in the chat and you should see a list of commands pop up, select /ping and press enter, and the bot should reply Pong

You're now ready to go back to the web portal and do the rest of the configuration in the Tv Shows and Movies pages.

Clone this wiki locally