added ability to customize actibity further, and changed settings to example
This commit is contained in:
parent
b67aebd9b1
commit
068829702e
4 changed files with 62 additions and 15 deletions
40
settings/settings.example.json
Normal file
40
settings/settings.example.json
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"bot": {
|
||||
"prefix": "p.",
|
||||
"owner_ids": [
|
||||
642441889181728810
|
||||
],
|
||||
"blacklisted_users": [
|
||||
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"
|
||||
]
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue