-
Notifications
You must be signed in to change notification settings - Fork 5
Getting Started
Michael edited this page May 13, 2019
·
1 revision
- Have the repo on your system
- setup with vagrant or without
- You'll need to have access to what Discord calls an Application. You can make one here.
- 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
keyvariable in./MoD/DiscordBot/config.js(which you have to make yourself see here) - Put your own Discord ID as the
ownervariable for./MoD/DiscordBot/config.js. - Send the server owner this link:
https://discordapp.com/oauth2/authorize?&client_id=CLIENTID&scope=bot&permissions=8but replace theCLIENTIDsection 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.