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 Application button in the top left corner.

  • Enter the name of your bot in the Name section.

  • You can set the Team section to Personal.

  • After accepting the terms of service, click the Create button.

  • Once the bot is created, access the bot's panel.

  • On the left side, click on the BOT section.

  • Under Reset Token, copy your bot's token and paste it into the token section of the plugin's config.yml.

  • Scroll down in the BOT section and enable the toggles for PRESENCE INTENT, SERVER MEMBERS INTENT, and MESSAGE 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.html and paste the copied numbers into the Client ID section.

  • Assign the necessary permissions to your bot (for simplicity, you can just select Administrator).

  • After selecting the permissions, click the link generated in the Link section and add the bot to your server.

Congratulations! Your bot is ready.

Last updated