aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Kronifer <[email protected]>2021-06-01 10:38:48 -0500
committerGravatar Kronifer <[email protected]>2021-06-01 10:38:48 -0500
commitef3198074d5e1bf76fa3295993e4f1031a651f0e (patch)
treeec57788d2e7c46edac41a4595a3d4cbb9cc1d73a
parentcommand finished (diff)
Blocked mentions.
-rw-r--r--bot/exts/evergreen/avatar_modification/avatar_modify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/avatar_modification/avatar_modify.py b/bot/exts/evergreen/avatar_modification/avatar_modify.py
index c4f5915e..6789f44a 100644
--- a/bot/exts/evergreen/avatar_modification/avatar_modify.py
+++ b/bot/exts/evergreen/avatar_modification/avatar_modify.py
@@ -147,7 +147,7 @@ class AvatarModify(commands.Cog):
await ctx.send(embed=embed, file=file)
else:
- await ctx.send(f"> {text[::-1]}")
+ await ctx.send(f"> {text[::-1]}", allowed_mentions=discord.AllowedMentions.none())
@avatar_modify.command(aliases=("easterify",), root_aliases=("easterify", "avatareasterify"))
async def avatareasterify(self, ctx: commands.Context, *colours: t.Union[discord.Colour, str]) -> None: