mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Merge branch 'refs/heads/main' into feature/migrate_pydantic2
This commit is contained in:
commit
1d27b1e854
@ -16,18 +16,3 @@ async def _(user_id: str):
|
|||||||
"shop",
|
"shop",
|
||||||
)
|
)
|
||||||
return "使用道具神秘药水成功!你滴金币+1000000!"
|
return "使用道具神秘药水成功!你滴金币+1000000!"
|
||||||
|
|
||||||
|
|
||||||
@shop_register(
|
|
||||||
name="神秘药水2",
|
|
||||||
price=999999,
|
|
||||||
des="鬼知道会有什么效果,要不试试?",
|
|
||||||
partition="小秘密",
|
|
||||||
)
|
|
||||||
async def _(user_id: str):
|
|
||||||
await UserConsole.add_gold(
|
|
||||||
user_id,
|
|
||||||
1000000,
|
|
||||||
"shop",
|
|
||||||
)
|
|
||||||
return "使用道具神秘药水成功!你滴金币+1000000!"
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user