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:
@@ -46,7 +46,7 @@ async def _(
|
||||
raw=await render_image(
|
||||
Bind(
|
||||
platform='TOS',
|
||||
type='unlink',
|
||||
type='unbind',
|
||||
user=People(
|
||||
avatar=await get_avatar(event_session.user, 'Data URI', None),
|
||||
name=user.name,
|
||||
|
||||
Reference in New Issue
Block a user