From a0c98a6e6c931a5c48bbe56946939863e6b8819a Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 30 Aug 2020 01:49:38 +0100 Subject: [PATCH] Fixing typo is usage --- cogs/anime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/anime.py b/cogs/anime.py index 55438527..ae5e91f0 100644 --- a/cogs/anime.py +++ b/cogs/anime.py @@ -602,7 +602,7 @@ class Anime(Cog): waifu = await get_from_api(self, ctx, "meta/random") await ctx.send(embed=waifu_embed(self, waifu, "random")) - @command(name="profile", aliases=["user"], usage="`") + @command(name="profile", aliases=["user"], usage="``") @bot_has_permissions(embed_links=True) async def mwl_user_profile(self, ctx, term: int): """Returning the MWL User Profile requested"""