diff options
-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 952f2350..154fe5de 100644 --- a/bot/exts/evergreen/avatar_modification/avatar_modify.py +++ b/bot/exts/evergreen/avatar_modification/avatar_modify.py @@ -134,7 +134,7 @@ class AvatarModify(commands.Cog): await ctx.send(f"> {text[::-1]}", allowed_mentions=discord.AllowedMentions.none()) @reverse.command(name="image") - async def photo(self, ctx: commands.Context) -> None: + async def reverse_photo(self, ctx: commands.Context) -> None: """ Sends a reversed version of the users profile picture. |