diff options
author | 2024-04-02 19:15:54 +0100 | |
---|---|---|
committer | 2024-04-02 19:15:54 +0100 | |
commit | c0e95e85fa4e26ea47bf3ba61e3d961bf4f61075 (patch) | |
tree | 0257294f2f5b1c6f08bb5cdfca99ea3871d8e8d9 | |
parent | Reply to eval commands instead of using a mention where possible (diff) |
Fix typo
-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 |