Create settings.json
This commit is contained in:
parent
121330583a
commit
1a8bd9fa4c
1 changed files with 32 additions and 0 deletions
32
data/settings.json
Normal file
32
data/settings.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"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": "Admin commands:\n{prefix}shrug: Append shrug to the message\n{prefix}emoji_size {size}: Set default emoji size\n{prefix}emoji_list: Get a list of usable custom emojis\nUser commands:\n{prefix}ping: Ping the selfbot (or as admin, any host)\n{prefix}roll: Roll a dice, provide a number to select dice sides\n{prefix}xkcd: Get an XKCD comic\n{prefix}help: Get information on commands\n\nArguments: (optional) [required] {admin only, optional} {[admin only, required]}\nDo {prefix}help (command) to see command help.",
|
||||
"ping": "{prefix}ping {Host}: Ping the selfbot (or any host)",
|
||||
"roll": "{prefix}roll (Number): Roll a dice (with number sides)",
|
||||
"xkcd": "{prefix}xkcd (Number/Title): 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://github.com/0xDEADCADE/Matrix-Selfbot"
|
||||
}
|
Loading…
Reference in a new issue