Updated gitignore

This commit is contained in:
ctih1 2025-07-23 16:13:25 +03:00
parent 9f79928efd
commit 9454ee9384
3 changed files with 36 additions and 3 deletions

1
.gitignore vendored
View file

@ -13,3 +13,4 @@ translation_report.txt
translationcompleteness.py
modules/volta
log.txt
settings/admin_logs.json

View file

@ -47,5 +47,33 @@
"change": "owner_ids",
"messageId": 1397565617254699080,
"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
}
]

View file

@ -1,7 +1,10 @@
{
"bot": {
"prefix": "ä.",
"owner_ids": [],
"owner_ids": [
642441889181728810,
1391805740716527666
],
"blacklisted_users": [],
"user_training": true,
"allow_show_mem_command": true,
@ -15,7 +18,8 @@
"active_memory": "memory.json",
"enabled_cogs": [
"fuckup",
"songchanger"
"songchanger",
"pulse"
]
},
"locale": "fi",