Skip to content

Discord Bot Creation

Daniel Portella edited this page Aug 1, 2016 · 2 revisions

Application Creation

  1. Browse to https://discordapp.com/developers/applications
  2. Click Create New Application

Creating an bot

  1. Click My Applications
  2. Give the Application a name (this will be the name of the Bot).
  3. Click Create Application.

Step One

  1. This is your application ID you will need this for later.
    • Application Id is used to add your bot to a discord server. see Add bot to guild
  2. This is the secret for you application dont share this with anyone.
  3. Click Create a Bot user
    • An dialog will open asking if you are really sure you want todo this just say yes.

Step Two

  1. Once the bot is created click the Reveal Token link
  2. Make note of the token presented to you.
    • This token is what we pass to qilbot as the token parameter.

Step Two

Clone this wiki locally