123456789101112131415161718192021 |
- {
- // eg. nedb://[directory-path]
- // nedb://memory
- // mongodb://[username:password@]host[:port][/db-name]
- "database_uri": "nedb://db",
- // the id of the discord server you'll be playing on! (you can get
- // this using 'Developer Mode' and using 'Copy ID' in the server's
- // right-click menu.)
- "discord_server_id": "PUT_YOUR_SERVER_ID_HERE",
- // fill this with as many bot tokens as you like.
- // see https://discordapp.com/developers/applications/
- //
- // you'll need to add these to the server - the program will prompt
- // you to do this when it runs :)
- "discord_bot_tokens": [
- "PUT_YOUR_BOT_TOKEN_HERE"
- ]
- }
|