diff --git a/.gitignore b/.gitignore index 704d466..49721d9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ received_memory.json translation_report.txt translationcompleteness.py modules/volta -log.txt \ No newline at end of file +log.txt +settings/admin_logs.json \ No newline at end of file diff --git a/settings/admin_logs.json b/settings/admin_logs.json index 192dfc7..673c1b6 100644 --- a/settings/admin_logs.json +++ b/settings/admin_logs.json @@ -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 } ] \ No newline at end of file diff --git a/settings/settings.json b/settings/settings.json index 22ea341..71dd857 100644 --- a/settings/settings.json +++ b/settings/settings.json @@ -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",