Skip to content
Snippets Groups Projects
Commit eb90f5e4 authored by Frederic Aust's avatar Frederic Aust
Browse files

Updated default_config

parent 57ef7564
No related branches found
No related tags found
No related merge requests found
{ {
"username": "add bots phone number", "username": "add bots phone number",
"LINKS_PASSWORD": "password to protect .links command",
"LINKS": { "LINKS": {
"category_1": { "category_1": {
"name": "link", "name": "link",
...@@ -20,9 +19,28 @@ ...@@ -20,9 +19,28 @@
"echo": "echo", "echo": "echo",
"beep": "boop" "beep": "boop"
}, },
"GROUPS": { "GROUPS": [
"group_1": "replace this string with the group_id_array", {
"group_1": "Groupname: doesn't nedd to match the real groupname",
"ID": ["replace this string with the group_id_array"],
"COMMANDS": ["echo", "help", "credits", "remusfeinste", "trueamerican", "links", "yesno", "yn", "dadjoke", "genderneutral", "gn", "freegames", "savequote", "addquote", "createquote"
, "randomquote", "saveevent", "addevent", "createevent", "nextevent", "allevents", "savebirthday", "addbirthday", "createbirthday", "nextbirthday", "allbirthdays", "tex", "sips", "schlücke", "challenge", "roll", "request", "deepl"] ,
"LINKS": {
"category_1": {
"name": "link",
"name_2": "link"
}, },
"category_2": {
"name": "link",
"name_2": "link"
}
},
"QUOTESDIR":"/path/to/group_1.csv",
"BIRTHDAYDIR":"/path/to/group_1.csv",
"EVENTDIR":"/path/to/group_1.csv"
}
],
"Admins":{ "Admins":{
"bot_admin_1": "phone_number", "bot_admin_1": "phone_number",
"bot_admin_2": "phone_number" "bot_admin_2": "phone_number"
...@@ -39,5 +57,6 @@ ...@@ -39,5 +57,6 @@
"FREE_GAMES_SUBSCRIBER": { "FREE_GAMES_SUBSCRIBER": {
"group_name": "replace this string with the group_id_array", "group_name": "replace this string with the group_id_array",
"person_name": "phone_number" "person_name": "phone_number"
} },
"DEEPLAPI": "API-Key"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment