Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Discord Bot Setup

Joshua Alexander edited this page Jul 28, 2021 · 1 revision

How to Setup Your Own Discord Bot

  1. Visit the Discord Developer Portal to register your bot and get it set up: https://discord.com/developers/applications.

  2. Sign in with your Discord credentials.

  3. Create a new application, call it whatever you want. For the love of god, PLEASE don't name it something with "Bankless" or any derivative thereof. We have enough of those. You're a capable and creative human. Get creative with the name.

  4. On the left, select "Bot" and create a bot user.

  5. Switch on "Presence Intent" and "Server Members Intent".

  6. Save your changes.

  7. On the left, select "OAuth2.”

  8. Under "Scopes", select "bot" and "applications.commands"

  9. Permissions. Enable only these permissions:

  • Manage Server
  • Manage Roles
  • Manage Channels
  • Kick Members
  • Ban Members
  • Manage Emojis
  • Manage Webhooks
  • View Channels
  • All of the permissions under Text Permissions, including Slash Commands
  • No permissions under Voice Permissions
  1. Select and copy the generated URL under "Scopes." Make sure the value of permissions in the URL reads 261725092982.

  2. Send the link to @nonsensetwice#3475 on Discord via DM.

Clone this wiki locally