changed from creating new settings instance into using a shared one

This commit is contained in:
ctih1 2025-07-23 15:42:13 +03:00
parent 7e21a10dde
commit ade9d88086
18 changed files with 252 additions and 43 deletions

37
settings/admin_logs.json Normal file
View file

@ -0,0 +1,37 @@
[
{
"action": "add",
"author": 642441889181728810,
"change": "enabled_cogs",
"messageId": 1397556082225844234,
"target": "whoami"
},
{
"action": "add",
"author": 642441889181728810,
"change": "owner_ids",
"messageId": 1397556184818384996,
"target": 1167661372809683048
},
{
"action": "del",
"author": 642441889181728810,
"change": "owner_ids",
"messageId": 1397556247313780829,
"target": 1167661372809683048
},
{
"action": "add",
"author": 642441889181728810,
"change": "enabled_cogs",
"messageId": 1397558663559909399,
"target": "fuckup"
},
{
"action": "add",
"author": 642441889181728810,
"change": "enabled_cogs",
"messageId": 1397558837644365935,
"target": "songchanger"
}
]

View file

@ -1,8 +1,8 @@
{
"bot": {
"prefix": "\u00e4.",
"prefix": "ä.",
"owner_ids": [
642441889181728810
],
"blacklisted_users": [],
"user_training": true,
@ -16,6 +16,8 @@
},
"active_memory": "memory.json",
"enabled_cogs": [
"fuckup",
"songchanger"
]
},
"locale": "fi",