Skip to content

Instantly share code, notes, and snippets.

@Senither
Created June 8, 2017 23:13
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/1fcebf76c93a1bdd28f081c5b84d85f6 to your computer and use it in GitHub Desktop.
Save Senither/1fcebf76c93a1bdd28f081c5b84d85f6 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": "mysql",
"database": "avaire",
"host": "localhost",
"user": "username",
"password": "password"
},
"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