mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🐛 修复 bind 模板 type 错误
This commit is contained in:
@@ -12,7 +12,7 @@ class Bind(Base):
|
||||
return 'v1/binding'
|
||||
|
||||
platform: Literal['TETR.IO', 'TOP', 'TOS']
|
||||
type: Literal['success', 'unknown', 'unlink', 'unverified', 'error']
|
||||
type: Literal['success', 'unknown', 'unbind', 'unverified', 'error']
|
||||
user: People
|
||||
bot: People
|
||||
prompt: str
|
||||
|
||||
Reference in New Issue
Block a user