Skip to content

Commit

Permalink
修复文本错误 (#1839)
Browse files Browse the repository at this point in the history
Co-authored-by: molanp <molanp>
  • Loading branch information
molanp authored Jan 25, 2025
1 parent d0b1024 commit 40779e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhenxun/builtin_plugins/admin/ban/_data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async def unban(
if idx:
ban_data = await BanConsole.get_or_none(id=idx)
if not ban_data:
return False, "该用户/群组不在黑名单中不足捏..."
return False, "该用户/群组不在黑名单中捏..."
if ban_data.ban_level > user_level:
return False, "unBan权限等级不足捏..."
await ban_data.delete()
Expand Down

0 comments on commit 40779e0

Please sign in to comment.