Skip to content

Discord Bot Setup

FaiThiX edited this page Mar 10, 2026 · 2 revisions

Discord Bot Setup Documentation

Create a Discord Bot

  1. Go to Discord Developers Applications.
  2. Click on the button New Application.

Setup Discord Bot new application Image

  1. Enter the name for the Bot and click Create.

Setup Discord Bot create an application Image

  1. Copy the APPLICATION ID to the config/index.js file located in repository folder rustplusplus/config/index.js.

Setup Discord Bot copy application id Image

  1. Click on Bot and then on Add Bot.

Setup Discord Bot bot Image

  1. Click on Yes, do it!.

Setup Discord Bot yes create bot Image

  1. Click on Reset Token and then Yes, do it!.

Setup Discord Bot reset token Image

  1. Copy the TOKEN to the config/index.js file located in repository folder rustplusplus/config/index.js.

Setup Discord Bot bot token Image

  1. Scroll down to Privileged Gateway Intents and enable them all.

Setup Discord Bot Privileged Gateway Intents Image

  1. Click on OAuth2 and then URL Generator.

Setup Discord Bot oauth2 Image

  1. Under SCOPES select bot and applications.commands.

Setup Discord Bot scopes Image

  1. Under BOT PERMISSIONS select Administrator.

Setup Discord Bot bot permissions Image

  1. Copy the GENERATED URL and paste it into your URL browser.

Setup Discord Bot generated url Image

  1. Add the bot to desired Discord Server and click Continue.

Setup Discord Bot add bot to server Image

  1. Click on Authorise.

Setup Discord Bot authorise Image

  1. The Bot should now be visible in your Discord Server.

Setup Discord Bot bot in server Image

  1. Start the bot by running npm start run in the terminal (First time running the bot will create all of the missing discord text channels).

You have now successfully added a Discord Bot with the desired permissions to your Discord Server. You have also added the Application/Client ID and Bot Token to the configuration file as well as started the bot for the first time.

Clone this wiki locally