mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
* ✨ 支持 i18n #410 * 🚨 更改noqa方式 * 📝 添加 CONTRIBUTING.md 文件 * 🌐 将 i18n 默认语言设置为 en-US * 📝 添加英文版 CONTRIBUTING.md
17 lines
367 B
JSON
17 lines
367 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"] }]
|
|
}
|
|
]
|
|
}
|