deadcade
e3ac2c9006
Remove XKCD lookup by title Fix edits losing formatting Fix edited replies Generate help without args message Remove poll command Change Source URL to gitea instance
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"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,
|
|
"admin_command_list": [
|
|
"shrug",
|
|
"emoji_size",
|
|
"emoji_list"
|
|
],
|
|
"command_list": [
|
|
"ping",
|
|
"roll",
|
|
"xkcd",
|
|
"help"
|
|
],
|
|
"help_messages": {
|
|
"help": "{prefix}help (command): Get information on commands",
|
|
"ping": "{prefix}ping {Host}: Ping the selfbot (or any host)",
|
|
"roll": "{prefix}roll (Number): Roll a dice (with number sides)",
|
|
"xkcd": "{prefix}xkcd (Number): Get an XKCD comic",
|
|
"shrug": "{prefix}shrug {text}: Append ¯\\_(ツ)_/¯ to the text",
|
|
"emoji_size": "{prefix}emoji_size {size}: Set the default emoji size",
|
|
"emoji_list": "{prefix}emoji_list: Get a list of usable custom emojis"
|
|
},
|
|
"source_url": "https://g.deadca.de/deadcade/Matrix-Selfbot"
|
|
}
|