Setting up discord bot - FederAndInk/Discordium GitHub Wiki

Read this guide on how to setup app and discord bot

Permissions

Required bot permissions:

  1. Manage Channels
  2. Manage Webhooks
  3. Read Messages/View Channels
  4. Send Messages
  5. Embed Links

Bot also requires Privileged Gateway Intents - GUILD_MEMBERS to be enabled

Image of required permissions below

Enabling Intents

Go to your application >> Select bot tab >> scroll down to privileged gateway intents and enable Server Members Intent (GUILD_MEMBERS)

Obtaining Bot Token

Go to your application >> select bot tab >> under token section click "copy"