From 23ef00d01fe63dccf3a4bbc02c86a12ece336d1c Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Thu, 9 Jan 2025 00:11:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E7=A7=BB=E9=99=A4=E7=A5=9E?= =?UTF-8?q?=E7=A7=98=E8=8D=AF=E6=B0=B42=E9=81=93=E5=85=B7=20(#1828)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/builtin_plugins/shop/goods_register.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/zhenxun/builtin_plugins/shop/goods_register.py b/zhenxun/builtin_plugins/shop/goods_register.py index 4658ddf6..cb67bee8 100644 --- a/zhenxun/builtin_plugins/shop/goods_register.py +++ b/zhenxun/builtin_plugins/shop/goods_register.py @@ -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!"