Skip to content

Discord token Quick Guide

Joel edited this page May 9, 2018 · 7 revisions

< Back to "Getting Started"


  1. Go to https://discordapp.com/developers/applications/me
  2. Create "New App"
  3. Create a Bot User.
  4. click to reveal the bot token and store it somewhere.
    This token will have to be inserted in the Prodosia application.
  5. For the following url:

https://discordapp.com/oauth2/authorize?client_id=CLIENT_ID_GOES_HERE&scope=bot&permissions=101376

Replace CLIENT_ID_GOES_HERE with the client-id (not token) of the bot.
6. Authorize bot for your server.
7. Set the bot token in your application.

Clone this wiki locally