Skip to content

Commit 8fcd488

Browse files
committed
Fix typo in logging warning in logger
1 parent 6abdea5 commit 8fcd488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

techsupport_bot/functions/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ async def build_attachments(
211211
f"Logger did not reupload {lf} file(s) due to file size limit"
212212
f" on message {ctx.message.id} in channel {ctx.channel.name}."
213213
),
214-
level=LogLevel.WARN,
214+
level=LogLevel.WARNING,
215215
channel=log_channel,
216216
context=LogContext(guild=ctx.guild, channel=ctx.channel),
217217
)

0 commit comments

Comments
 (0)