diff options
-rw-r--r-- | bot/exts/utils/snekbox/_cog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utils/snekbox/_cog.py b/bot/exts/utils/snekbox/_cog.py index 0b96e78d3..36434d290 100644 --- a/bot/exts/utils/snekbox/_cog.py +++ b/bot/exts/utils/snekbox/_cog.py @@ -447,7 +447,7 @@ class Snekbox(Cog): reference=message ) else: - # The command was directed so a reply wont work, send a normal message with a mention. + # The command was redirected so a reply wont work, send a normal message with a mention. msg = f"{ctx.author.mention} {msg}" response = await ctx.send(msg, allowed_mentions=allowed_mentions, view=view, files=files) view.message = response |