-
Notifications
You must be signed in to change notification settings - Fork 101
Connecting the bot to Discord
#1 Open http://localhost:4545 in your browser to access the web portal then login.
#2 Then go in the Chat Clients page:
#3 Once you're there you'll need to go to the Discord Developer Portal, once you've logged in, create an application:
#4 Now copy the client Id found here:
#5 Then paste it in Requestrr here (you can use the paste button):
#6 Now go back in the developer portal and create a bot for the application
#7 Now copy the bot token
#8 Then paste it in Requestrr here (you can use the paste button):
#9 Now click on the Test Settings button, it should say that everything is good
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
#11 Now click on the Copy Invite Link button
#12 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.
#13 You'll end up here, simply choose the server in which you want to invite the bot:
#14 Now that the bot has joined your server, it's time to test the bot.
Type !ping in the chat and the bot should response !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.