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), )