Beginning
Here you view the initial steps.
Creating a Discord Bot
Since our plugin works with Discord, we need to create a Discord bot first.
Log in to Discord through your web browser and go to
https://discord.com/developers/applications.Click on the
New Applicationbutton in the top left corner.Enter the name of your bot in the
Namesection.You can set the
Teamsection toPersonal.After accepting the terms of service, click the
Createbutton.Once the bot is created, access the bot's panel.
On the left side, click on the
BOTsection.Under
Reset Token, copy your bot's token and paste it into the token section of the plugin'sconfig.yml.Scroll down in the
BOTsection and enable the toggles forPRESENCE INTENT,SERVER MEMBERS INTENT, andMESSAGE CONTENT INTENT.The final step is to invite your bot to your server.
On the left side, go to
General Information.Copy the numbers under
Application ID.Go to
https://discordapi.com/permissions.htmland paste the copied numbers into theClient IDsection.Assign the necessary permissions to your bot (for simplicity, you can just select
Administrator).After selecting the permissions, click the link generated in the
Linksection and add the bot to your server.
Congratulations! Your bot is ready.
Last updated