Skip to content

Instantly share code, notes, and snippets.

@Senither
Created June 8, 2017 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Senither/0f270f8b3579b96c0661c990b3d87fbf to your computer and use it in GitHub Desktop.
Save Senither/0f270f8b3579b96c0661c990b3d87fbf to your computer and use it in GitHub Desktop.
{
"environment": "production",
"bot": {
"token": "",
"oauth": "https://discordapp.com/oauth2/authorize?&client_id=<client_id>&scope=bot&permissions=66186303",
"activationDelay": "0"
},
"database": {
"type": "sqlite3",
"filename": "./database.sqlite"
},
"playing": [
".help"
],
"botAccess": [
"88739639380172800"
],
"apiKeys": {
"google": "",
"apiai": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment