1 Creating a Discord Bot
edshot99 edited this page 2024-12-01 22:51:03 -05:00
  1. Go to https://discord.com/developers/applications and create a new application.
  1. Open this new application and click the Bot tab. You can customize the bot here. You will also want to click Reset Token and copy and store the token somewhere on you computer since it will be needed for the NoobServerRelay.json configuration.
  1. Scroll down and enable Message Content Intent. This is required for the Discord bot to be able to read messages.
  1. Select the OAuth2 tab and scroll down until you see the OAuth2 URL Generator. For scopes, only select the bot scope. This will expand to show a list of bot permissions. You do not need to change any bot permissions here and can change it later once the bot is in your guild.
  1. Select Guild Install from the Integration Type drop down menu and then copy and paste the generated URL into your browser to add the bot to your guild.