diff options
| author | 2021-06-01 10:38:48 -0500 | |
|---|---|---|
| committer | 2021-06-01 10:38:48 -0500 | |
| commit | ef3198074d5e1bf76fa3295993e4f1031a651f0e (patch) | |
| tree | ec57788d2e7c46edac41a4595a3d4cbb9cc1d73a | |
| parent | command finished (diff) | |
Blocked mentions.
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/evergreen/avatar_modification/avatar_modify.py | 2 | 
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:  |