Skip to content

Getting Started

Michael edited this page May 13, 2019 · 1 revision

Base Reqs

  1. Have the repo on your system
  2. setup with vagrant or without

Make your part of the bot

  1. You'll need to have access to what Discord calls an Application. You can make one here.
  2. Once you've done that, go into the application, and then the Bot section of Settings. Look for a Token. Grab that and stick it in the key variable in ./MoD/DiscordBot/config.js (which you have to make yourself see here)
  3. Put your own Discord ID as the owner variable for ./MoD/DiscordBot/config.js.
  4. Send the server owner this link: https://discordapp.com/oauth2/authorize?&client_id=CLIENTID&scope=bot&permissions=8 but replace the CLIENTID section with the Client ID of your bot, which should be in General Information in Settings for the application.

After you've done all this, you can move to the Running the Bot section.

Clone this wiki locally