diff options
author | Kyomotoi <[email protected]> | 2020-07-08 09:32:08 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-07-08 09:32:08 +0800 |
commit | 5345a3204f16f8ad42c6805912bee7a2d76e4b19 (patch) | |
tree | bb0912c8e6503e8bbd8204d5cf6fa66c51bc6637 /AyaBot/plugins | |
parent | cdc84aa5b883f4b44753e47f703dd9d1316b8dbb (diff) | |
download | ATRI-5345a3204f16f8ad42c6805912bee7a2d76e4b19.tar.gz ATRI-5345a3204f16f8ad42c6805912bee7a2d76e4b19.tar.bz2 ATRI-5345a3204f16f8ad42c6805912bee7a2d76e4b19.zip |
Update other.py
Diffstat (limited to 'AyaBot/plugins')
-rw-r--r-- | AyaBot/plugins/other.py | 8 |
1 files changed, 0 insertions, 8 deletions
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') |