Skip to content

Commit 77c3753

Browse files
DragonSenseiGuyjb3
andauthored
reverse args
Co-authored-by: Joe Banks <[email protected]>
1 parent e171aff commit 77c3753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ async def inner(self: Cog, ctx: Context, *args, **kwargs) -> None:
166166
except PasteUploadError:
167167
log.exception(
168168
"Failed to upload message %d in channel %d to paste service when redirecting output",
169-
ctx.message.channel.id, ctx.message.id
169+
ctx.message.id, ctx.message.channel.id
170170
)
171171

172172
msg = "Here's the output of "

0 commit comments

Comments
 (0)