Bot Application Setup
Documentation on how to Setup Bot on Discord Developer Portal.
In order to use bot, you first need to setup Bot Application on Discord Developer Portal which can be done in few simple steps.
Bot Application Setup
Go to Discord Developer Portal by clicking here 1.1 Click 'New Application' Button in upper right corner. 1.2 Enter name for Bot & Click Create
Click 'Bot' from the left Sidebar and then click 'Add Bot' from the right side and click 'Yes. Do it'.
Scroll down to the 'Privileged Gateway Intents' and enable 'Server Members Intent', 'Presence Intent' & 'Message Content Intent' as shown on this image.
Scroll up and Click 'Reset Token' button and then click 'Copy' or just copy Token by yourself. 4.1. Open your
config.yml
and paste that token intotoken
field.
Last updated