Skip to content

Install Discord Bot

shayaantx edited this page Feb 9, 2020 · 6 revisions

Follow instructions here https://discordpy.readthedocs.io/en/latest/discord.html or instructions below

  1. Go to https://discordapp.com/developers/applications (if you don't have an account yet, you'll need to make one)
  2. Click "New Application"
  3. After the application has been made, click "OAuth2"
  4. Check the "bot" scope in the OAuth2 page
  5. Then check the following text permissions; Send Messages, Embed Links, Read Message History
  6. Once you've selected permissions and scope, copy the url at the bottom of the scopes menu somewhere for now
  7. Next click the "Bot" menu option
  8. Next click Add Bot (click ok on confirmation windows after clicking add)
  9. Next you should have your Bots filled with details about your bot, click "Click to reveal token", and save this token later when you make your properties file
  10. Take the link from step#6 and copy it into a browser. Once you do this, you will be able to authorize which discord server you want to add the bot to
  11. Next on your discord you need to add the bot user to different text channels (the text channels here are used specified in the properties file in the "discord-channels" property)
  12. Once you've added the bot to a channel, then you can start botdar and see your bot appear in the members list.
Clone this wiki locally