Skip to content

Commit

Permalink
fix(command.utils): typo in log messages
Browse files Browse the repository at this point in the history
Signed-off-by: Rongrong <[email protected]>
  • Loading branch information
Rongronggg9 committed Nov 6, 2024
1 parent 37d8c96 commit 7d7a36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d7a36c

Please sign in to comment.