goober/settings/settings.example.json

44 lines
1.2 KiB
JSON
Raw Normal View History

{
"bot": {
2025-07-27 12:24:51 +03:00
"prefix": "o.",
2025-07-23 16:13:25 +03:00
"owner_ids": [
642441889181728810
],
"blacklisted_users": [
2025-07-23 16:13:25 +03:00
1391805740716527666
],
"user_training": true,
"allow_show_mem_command": true,
"react_to_messages": true,
"misc": {
"ping_line": "The Beretta fires fast and won't make you feel any better!",
"positive_gifs": [
"https://tenor.com/view/i-want-a-divorce-dissolution-annulment-seperation-break-up-gif-25753155"
],
"block_profanity": false,
"activity": {
"content": "Rakas - Haloo Helsinki",
"type": "listening"
}
},
"active_memory": "memory.json",
"enabled_cogs": [
"pulse",
"breaking_news"
2025-07-27 12:24:51 +03:00
],
"sync_hub": {
"url": "ws://goober.frii.site",
"enabled": true
}
},
"locale": "en",
"name": "gubert",
"auto_update": true,
"disable_checks": false,
"splash_text_loc": "settings/splash.txt",
"cog_settings": {
"breaking_news": {
"create_from_message_content": true
}
}
}