diff options
Diffstat (limited to 'bot/exts')
| -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 940ff69e..952f2350 100644 --- a/bot/exts/evergreen/avatar_modification/avatar_modify.py +++ b/bot/exts/evergreen/avatar_modification/avatar_modify.py @@ -129,7 +129,7 @@ class AvatarModify(commands.Cog):              await invoke_help_command(ctx)      @reverse.command(name="text") -    async def text(self, ctx: commands.Context, *, text: str) -> None: +    async def reverse_text(self, ctx: commands.Context, *, text: str) -> None:          """Sends the given text backwards."""          await ctx.send(f"> {text[::-1]}", allowed_mentions=discord.AllowedMentions.none()) | 
