From 7d7a36cc922afb0e063a959045d43b6fcb3533f1 Mon Sep 17 00:00:00 2001 From: Rongrong Date: Thu, 7 Nov 2024 02:00:57 +0800 Subject: [PATCH] fix(command.utils): typo in log messages Signed-off-by: Rongrong --- src/command/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/utils.py b/src/command/utils.py index bdfc238294..fe23187982 100644 --- a/src/command/utils.py +++ b/src/command/utils.py @@ -619,7 +619,7 @@ async def execute(): cache_time=15, ) logger.warning( - f'Refused Refused {describe_user()} to use {command} because they is not a participant' + f'Refused {describe_user()} to use {command} because they is not a participant' ) raise events.StopPropagation else: # an anonymous admin