diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/decorators.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/bot/decorators.py b/bot/decorators.py index 5d9d74bd7..2d0f8bf0d 100644 --- a/bot/decorators.py +++ b/bot/decorators.py @@ -141,6 +141,7 @@ def redirect_output(              elif categories and ctx.channel.category.id not in categories:                  log.trace(f"{ctx.author} used {ctx.command} in a category that can bypass output redirection")                  await func(self, ctx, *args, **kwargs) +                return              redirect_channel = ctx.guild.get_channel(destination_channel)              old_channel = ctx.channel | 
