From 5345a3204f16f8ad42c6805912bee7a2d76e4b19 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Wed, 8 Jul 2020 09:32:08 +0800 Subject: Update other.py --- AyaBot/plugins/other.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'AyaBot/plugins') diff --git a/AyaBot/plugins/other.py b/AyaBot/plugins/other.py index 6ce689a..af5b28e 100644 --- a/AyaBot/plugins/other.py +++ b/AyaBot/plugins/other.py @@ -9,14 +9,6 @@ master = bot.config.SUPERUSERS bangroup = bot.config.bangroup -@on_command('抽签', only_to_me=False) -async def _(session: CommandSession): - await session.send(str(random.choice(['大凶', '小凶', '凶', '吉', '小吉', '中吉', '大吉']))) - -@on_command('掷骰子', aliases=['投骰子'], only_to_me=False) -async def _(session: CommandSession): - await session.send(str(random.randint(1,6))) - @on_command('关于', aliases=['关于', '关于机器人'], only_to_me=False) async def _(session: CommandSession): await session.send('阿?想了解咱?\n写出咱的是Kyomotoi~\n他的主页:https://lolihub.icu\n项目地址:https://github.com/Kyomotoi/Aya') -- cgit v1.2.3