From 8fcd48885c58d41f3e3d56f09ebabfe2a65c8fc2 Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Thu, 1 May 2025 14:21:26 -0400 Subject: [PATCH] Fix typo in logging warning in logger --- techsupport_bot/functions/logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techsupport_bot/functions/logger.py b/techsupport_bot/functions/logger.py index dd9982ace..999a2f928 100644 --- a/techsupport_bot/functions/logger.py +++ b/techsupport_bot/functions/logger.py @@ -211,7 +211,7 @@ async def build_attachments( f"Logger did not reupload {lf} file(s) due to file size limit" f" on message {ctx.message.id} in channel {ctx.channel.name}." ), - level=LogLevel.WARN, + level=LogLevel.WARNING, channel=log_channel, context=LogContext(guild=ctx.guild, channel=ctx.channel), )