Skip to content

Commit ea39656

Browse files
DragonSenseiGuyjb3
andauthored
update logs
Co-authored-by: Joe Banks <joe@jb3.dev>
1 parent 77c3753 commit ea39656

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

bot/decorators.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,10 @@ async def inner(self: Cog, ctx: Context, *args, **kwargs) -> None:
183183
" copy of your original command."
184184
)
185185
except discord.Forbidden:
186-
log.warning("Redirect output: Failed to send DM to user. Forbidden.")
186+
log.info(
187+
"Failed to DM %s with redirected command paste removal link, user has bot DMs disabled",
188+
ctx.author.name
189+
)
187190

188191
scheduling.create_task(func(self, ctx, *args, **kwargs))
189192

0 commit comments

Comments
 (0)