12345678910111213141516171819 |
- {
- // only mongodb is supported
- "database": {
- "uri": "mongodb://localhost:27017",
- "name": "antipath"
- },
- // see https://discordapp.com/developers/applications/
- "discord": {
- "serverId": "",
- "botTokens": [
- // fill this with as many bot tokens as you like
- //
- // add each to the server in question using the oauth2
- // generator on discordapp.com/developers with ?scope=bot
- ]
- }
- }
|