This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
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.
#3 Once you're there you'll need to go to the Discord Developer Portal, once you've logged in, create an application:
If not, then the error message will tell you what to do.
#13 Once you finished creating the new Discord server, click on the Copy Invite Link button in Requestrr's web portal
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:
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.