Fixing typo is usage

pull/8/head
sgoudham 4 years ago
parent 3af8212823
commit a0c98a6e6c

@ -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="`<MWLUserID>")
@command(name="profile", aliases=["user"], usage="`<MWLUserID>`")
@bot_has_permissions(embed_links=True)
async def mwl_user_profile(self, ctx, term: int):
"""Returning the MWL User Profile requested"""

Loading…
Cancel
Save