Changed default config
This commit is contained in:
parent
6165d33885
commit
10709360b0
1 changed files with 6 additions and 1 deletions
|
@ -26,7 +26,12 @@ if not os.path.exists('config'):
|
|||
"disabled_commands": [],
|
||||
"prefix": ".",
|
||||
"acls": {},
|
||||
"api_keys": {"geoip":"INSERT KEY FROM ipinfodb.com HERE"},
|
||||
"api_keys":
|
||||
{
|
||||
"geoip": "INSERT KEY FROM ipinfodb.com HERE",
|
||||
"bitly_user": "INSERT USERNAME FROM bitly.com HERE",
|
||||
"bitly_api": "INSERT API KEY FROM bitly.com HERE"
|
||||
},
|
||||
"censored_strings":
|
||||
[
|
||||
"DCC SEND",
|
||||
|
|
Reference in a new issue