Skip to content

Commit

Permalink
🎨优化
Browse files Browse the repository at this point in the history
  • Loading branch information
wling-art committed Jan 7, 2024
1 parent 02d8961 commit 59890c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/waifu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def waifu_rule(bot: Bot, event: GroupMessageEvent, state: T_State) -> bool
member = await bot.get_group_member_info(
group_id=group_id, user_id=waifu_id
)
except:
except Exception:
member = None
waifu_id = user_id
if member:
Expand Down

0 comments on commit 59890c0

Please sign in to comment.