🐛 优化无权限提示的排版

This commit is contained in:
2024-08-21 14:45:57 +08:00
parent bbe5a22479
commit adf14840df
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ no_permission_matcher = on_command(
@no_permission_matcher.handle()
async def send_no_permission():
await no_permission_matcher.finish("您没有权限进行此操作,请联系Bot所有者")
await no_permission_matcher.finish("您没有权限进行此操作,请联系 Bot 管理员")
__all__ = [