mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
🐛 : 修复版本号类型错误
This commit is contained in:
parent
2bf5fd1a37
commit
870fa0b8b6
@ -44,7 +44,7 @@ async def _(
|
||||
limit_superuser=plugin.limit_superuser,
|
||||
cost_gold=plugin.cost_gold,
|
||||
menu_type=plugin.menu_type,
|
||||
version=plugin.version or 0,
|
||||
version=plugin.version or "0",
|
||||
level=plugin.level,
|
||||
status=plugin.status,
|
||||
author=plugin.author,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user