We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abdea5 commit 8fcd488Copy full SHA for 8fcd488
1 file changed
techsupport_bot/functions/logger.py
@@ -211,7 +211,7 @@ async def build_attachments(
211
f"Logger did not reupload {lf} file(s) due to file size limit"
212
f" on message {ctx.message.id} in channel {ctx.channel.name}."
213
),
214
- level=LogLevel.WARN,
+ level=LogLevel.WARNING,
215
channel=log_channel,
216
context=LogContext(guild=ctx.guild, channel=ctx.channel),
217
)
0 commit comments