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 Mar 25, 2020 · 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 client 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 Now copy the bot token

copybottoken

#8 Then paste it in Requestrr here:

pastebottoken

#9 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.

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

savechanges

#11 Now click on the Copy Invite Link button

copyinvitelink

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

discordnewserver

#13 Now copy the URL that you got from the button in your browser's URL bar.

If the button doesn't work, you can manually make the link yourself: https://discordapp.com/oauth2/authorize?&client_id=YOURCLIENTID&scope=bot&permissions=522304

Simply replace YOURCLIENTID by the client id we made earlier.

#14 You'll end up here, simply choose the server in which you want to invite the bot:

invitebot

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

Type !ping in the chat 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