Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 2.65 KB

getting-a-discord-bot-token.md

File metadata and controls

50 lines (28 loc) · 2.65 KB
description
Discord Bot App is required to get a discord bot token that your shape will use.

Getting a Discord Bot Token

  1. Go to the Discord Developer Portal.
  2. Click on New Application on the top right of the page.

Discord Developer Portal

  1. Enter the name of your shape and tick the checkbox1 and click on Create button!

Discord Developer Terms of Service and Developer Policy

Setting up installation method

To be able to talk with your shape, we need to setup the install method.

  1. Go to the Discord Developer Portal and select the bot app you made earlier.
  2. Go to Installation tab and make sure Guild Install is check-marked.
  3. on Install Link section. Open the select menu and click Discord Provided Link.

  1. on Default Install Settings section, there is a Guild Install scope select menu. Open the select menu and select bot, then click Save Changes.

Setting up required intents

  1. Go to Bot tab, scroll down and toggle on the Server Members Intent, and Message Content Intent. Click on Save Changes button.

  1. On top of the Bot page, in TOKEN section. Click on Reset Token.

  1. It will generate a Bot Token, click on Copy button and paste it somewhere no one can read. We will use this later to activate your shape.

Note: Do not share your bot token with others.

Click on Next below to continue with the guide.

Footnotes

  1. Note: You can change the name anytime!