Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.
Владислав edited this page Aug 9, 2021 · 8 revisions

Getting started with Discord bot

Bot creation

  1. Go to Discord Developers page and login with your Discord account
  2. When you are redirected to the application page, click the "New Application" button in the upper right corner and enter new name of your bot

Getting a bot token

  1. In the sidebar, click the 'Bot' button and set username and avatar of your bot
  2. Click button 'Copy' to copy your bot's token (Which you will need to enter during the initial setup of the bot)
  3. For full-fledged work, you need to check the items "Public Bot" and enable all options in "Privileged Gateway Intents"

Getting a link to invite a bot

Since the bot's functions are currently limited, so it does not need to configure permissions on the 'Bot' page

  1. In the sidebar, click the "General Information" button and copy the Client ID of your bot
  2. Insert Client ID to this link - https://discord.com/oauth2/authorize?client_id={insert_yours}&permissions=8&scope=bot
  3. Open this link and add the bot to the server you need