added breaking news cog and allowed cogs to have their own settings

This commit is contained in:
ctih1 2025-07-25 23:17:45 +03:00
parent f83f8deab5
commit fe17dfb552
7 changed files with 168 additions and 6 deletions

View file

@ -19,12 +19,18 @@
"enabled_cogs": [
"fuckup",
"songchanger",
"pulse"
"pulse",
"breaking_news"
]
},
"locale": "fi",
"name": "gubert",
"auto_update": true,
"disable_checks": false,
"splash_text_loc": "settings/splash.txt"
"splash_text_loc": "settings/splash.txt",
"cog_settings": {
"breaking_news": {
"create_from_message_content": true
}
}
}