forked from gooberinc/goober
added breaking news cog and allowed cogs to have their own settings
This commit is contained in:
parent
f83f8deab5
commit
fe17dfb552
7 changed files with 168 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue