Matrix-Selfbot/data/settings.json

41 lines
1.5 KiB
JSON
Raw Normal View History

2022-04-08 16:46:05 +02:00
{
"debug": false,
"credentials_path": "./data/credentials.json",
"file_cache_path": "./data/filecache.json",
"emojis_folder_path": "./data/emojis/",
"emojis_path": "./data/emojis.json",
"text_replace_path": "./data/textreplace.json",
"cache_path": "./data/cache",
"prefix": "!",
"ratelimit": 10,
2022-08-25 22:16:56 +02:00
"libretranslate_api": "https://translate.argosopentech.com/",
"libretranslate_api_key": "",
2022-04-08 16:46:05 +02:00
"admin_command_list": [
"shrug",
"emoji_size",
2022-08-30 16:00:06 +02:00
"emoji_list",
"mutual_rooms"
2022-04-08 16:46:05 +02:00
],
"command_list": [
"ping",
"roll",
"xkcd",
2022-06-12 15:24:31 +02:00
"help",
2022-06-28 09:53:24 +02:00
"httpcat",
"aw"
2022-04-08 16:46:05 +02:00
],
"help_messages": {
"help": "{prefix}help (command): Get information on commands",
2022-04-08 16:46:05 +02:00
"ping": "{prefix}ping {Host}: Ping the selfbot (or any host)",
"roll": "{prefix}roll (Number): Roll a dice (with number sides)",
2022-06-12 12:31:51 +02:00
"xkcd": "{prefix}xkcd (Number/Title): Get an XKCD comic",
2022-06-12 15:24:31 +02:00
"httpcat": "{prefix}httpcat (Status Code): Get a HTTP Cat",
2022-04-08 16:46:05 +02:00
"shrug": "{prefix}shrug {text}: Append ¯\\_(ツ)_/¯ to the text",
"emoji_size": "{prefix}emoji_size {size}: Set the default emoji size",
2022-06-28 09:53:24 +02:00
"emoji_list": "{prefix}emoji_list: Get a list of usable custom emojis",
2022-08-30 16:00:06 +02:00
"aw": "{prefix}aw (Search term): Search the Arch Wiki",
"mutual_rooms": "{prefix}mutual_rooms {user}: Get list of rooms shared with user"
2022-04-08 16:46:05 +02:00
},
"source_url": "https://g.deadca.de/deadcade/Matrix-Selfbot"
2022-04-08 16:46:05 +02:00
}