diff options
-rw-r--r-- | ATRI/plugins/funny.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ATRI/plugins/funny.py b/ATRI/plugins/funny.py index 8aea8d1..03b844a 100644 --- a/ATRI/plugins/funny.py +++ b/ATRI/plugins/funny.py @@ -69,10 +69,6 @@ roll_wife = sv.on_command( async def _roll_wife(bot: Bot, event: GroupMessageEvent) -> None: user = event.user_id group = event.group_id - msg = str(event.message) - - if msg != "抽老婆": - return user_name = await bot.get_group_member_info(group_id=group, user_id=user) |