mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
18 lines
428 B
JSON
18 lines
428 B
JSON
{
|
|
"$schema": ".template.schema.json",
|
|
"scopes": [
|
|
{
|
|
"scope": "interaction",
|
|
"types": [
|
|
{ "subtype": "wrong", "types": ["query_bot"] },
|
|
{ "subtype": "warning", "types": ["unverified"] }
|
|
]
|
|
},
|
|
{
|
|
"scope": "error",
|
|
"types": [{ "subtype": "MessageFormatError", "types": ["TETR.IO", "TOS", "TOP"] }]
|
|
},
|
|
{ "scope": "template", "types": ["template_language"] }
|
|
]
|
|
}
|