rewrote env parts and fixed some frigging issues
This commit is contained in:
parent
99ab5d334e
commit
f7042ed8a7
23 changed files with 3070 additions and 280 deletions
27
settings/settings.json
Normal file
27
settings/settings.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"bot": {
|
||||
"prefix": "\u00e4.",
|
||||
"owner_ids": [
|
||||
642441889181728810
|
||||
],
|
||||
"blacklisted_users": [],
|
||||
"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!",
|
||||
"active_song": "Basket Case - Green Day",
|
||||
"positive_gifs": [],
|
||||
"block_profanity": false
|
||||
},
|
||||
"active_memory": "memory.json",
|
||||
"enabled_cogs": [
|
||||
"cogmanager"
|
||||
]
|
||||
},
|
||||
"locale": "fi",
|
||||
"name": "gubert",
|
||||
"auto_update": true,
|
||||
"disable_checks": false,
|
||||
"splash_text_loc": "settings/splash.txt"
|
||||
}
|
11
settings/splash.txt
Normal file
11
settings/splash.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
SS\
|
||||
SS |
|
||||
SSSSSS\ SSSSSS\ SSSSSS\ SSSSSSS\ SSSSSS\ SSSSSS\
|
||||
SS __SS\ SS __SS\ SS __SS\ SS __SS\ SS __SS\ SS __SS\
|
||||
SS / SS |SS / SS |SS / SS |SS | SS |SSSSSSSS |SS | \__|
|
||||
SS | SS |SS | SS |SS | SS |SS | SS |SS ____|SS |
|
||||
\SSSSSSS |\SSSSSS |\SSSSSS |SSSSSSS |\SSSSSSS\ SS |
|
||||
\____SS | \______/ \______/ \_______/ \_______|\__|
|
||||
SS\ SS |
|
||||
\SSSSSS |
|
||||
\______/
|
Loading…
Add table
Add a link
Reference in a new issue