forked from gooberinc/goober
Updated gitignore
This commit is contained in:
parent
9f79928efd
commit
9454ee9384
3 changed files with 36 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -12,4 +12,5 @@ received_memory.json
|
||||||
translation_report.txt
|
translation_report.txt
|
||||||
translationcompleteness.py
|
translationcompleteness.py
|
||||||
modules/volta
|
modules/volta
|
||||||
log.txt
|
log.txt
|
||||||
|
settings/admin_logs.json
|
|
@ -47,5 +47,33 @@
|
||||||
"change": "owner_ids",
|
"change": "owner_ids",
|
||||||
"messageId": 1397565617254699080,
|
"messageId": 1397565617254699080,
|
||||||
"target": 642441889181728810
|
"target": 642441889181728810
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "add",
|
||||||
|
"author": 642441889181728810,
|
||||||
|
"change": "owner_ids",
|
||||||
|
"messageId": 1397566033547628624,
|
||||||
|
"target": 1391805740716527666
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "add",
|
||||||
|
"author": 642441889181728810,
|
||||||
|
"change": "enabled_cogs",
|
||||||
|
"messageId": 1397566902422732908,
|
||||||
|
"target": "pulse"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "add",
|
||||||
|
"author": 642441889181728810,
|
||||||
|
"change": "owner_ids",
|
||||||
|
"messageId": 1397566987382685706,
|
||||||
|
"target": 542701119948849163
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"action": "del",
|
||||||
|
"author": 642441889181728810,
|
||||||
|
"change": "owner_ids",
|
||||||
|
"messageId": 1397567077233066095,
|
||||||
|
"target": 542701119948849163
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -1,7 +1,10 @@
|
||||||
{
|
{
|
||||||
"bot": {
|
"bot": {
|
||||||
"prefix": "ä.",
|
"prefix": "ä.",
|
||||||
"owner_ids": [],
|
"owner_ids": [
|
||||||
|
642441889181728810,
|
||||||
|
1391805740716527666
|
||||||
|
],
|
||||||
"blacklisted_users": [],
|
"blacklisted_users": [],
|
||||||
"user_training": true,
|
"user_training": true,
|
||||||
"allow_show_mem_command": true,
|
"allow_show_mem_command": true,
|
||||||
|
@ -15,7 +18,8 @@
|
||||||
"active_memory": "memory.json",
|
"active_memory": "memory.json",
|
||||||
"enabled_cogs": [
|
"enabled_cogs": [
|
||||||
"fuckup",
|
"fuckup",
|
||||||
"songchanger"
|
"songchanger",
|
||||||
|
"pulse"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locale": "fi",
|
"locale": "fi",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue