OokamiPupV2/dictionary/help_twitch.json

40 lines
1.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"commands": {
"help": {
"description": "Show info about available commands in Twitch chat.",
"subcommands": {},
"examples": ["!help", "!help quote"]
},
"quote": {
"description": "Manage quotes (add, remove, fetch).",
"subcommands": {
"add": {
"args": "[quote_text]",
"desc": "Adds a new quote."
},
"remove": {
"args": "[quote_number]",
"desc": "Removes the specified quote by ID."
},
"[quote_number]": {
"desc": "Fetch a specific quote by ID."
},
"no subcommand": {
"desc": "Fetch a random quote."
}
},
"examples": [
"!quote add This is my new quote",
"!quote remove 3",
"!quote 5",
"!quote"
]
},
"ping": {
"description": "Check bots latency or respond with a pun.",
"subcommands": {},
"examples": ["!ping"]
}
}
}