Skip to content

Commit 74da541

Browse files
Update utils/tex_bot_base_cog.py
Co-authored-by: Matt Norton <matt@carrotmanmatt.com> Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com>
1 parent c750c47 commit 74da541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/tex_bot_base_cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async def command_send_error(
8181
The constructed error message is then sent as the response to the given
8282
application command context.
8383
"""
84-
command_name: str | None = (
84+
COMMAND_NAME: Final[str | None] = (
8585
(
8686
ctx.command.callback.__name__
8787
if (

0 commit comments

Comments
 (0)