mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
🐛 移除神秘药水2道具 (#1828)
This commit is contained in:
parent
893611def0
commit
23ef00d01f
@ -16,18 +16,3 @@ async def _(user_id: str):
|
||||
"shop",
|
||||
)
|
||||
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