config.example.json 430 B

12345678910111213141516171819
  1. {
  2. // only mongodb is supported
  3. "database": {
  4. "uri": "mongodb://localhost:27017",
  5. "name": "antipath"
  6. },
  7. // see https://discordapp.com/developers/applications/
  8. "discord": {
  9. "serverId": "",
  10. "botTokens": [
  11. // fill this with as many bot tokens as you like
  12. //
  13. // add each to the server in question using the oauth2
  14. // generator on discordapp.com/developers with ?scope=bot
  15. ]
  16. }
  17. }