Bot Application Setup

Documentation on how to Setup Bot on Discord Developer Portal.

Before we Start Installation of our Bot we first need to Create Bot Application on Discord Developer Portal.

  1. Go to Discord Developer Portal - Click Here 1.1 Click 'New Application' Button in upper right corner. 1.2 Enter name for Bot & Click Create. (https://i.imgur.com/cYEwB4j.png)

  2. Click 'Bot' from Left Sidebar and then click 'Add Bot' from the right side and click 'Yes. Do it'.

  3. Scroll down to the 'Privileged Gateway Intents' and Enable 'Server Members Intent', 'Presence Intent' & 'Message Content Intent'. (https://i.imgur.com/PFEnK0B.png)

  4. Scroll up and Click 'Reset Token' button below 'Token' Text and then click 'Copy' or just copy Token by yourself. 4.1. Open your config.yml and paste that token into token field.

    4.2. In config.yml file find guild field in general section and paste ID of Server in which will bot be used. If you don't know how to obtain Server ID click here.

Last updated