diff --git a/app/cogs/user_functions.py b/app/cogs/user_functions.py index 69f2b50c..45a9af60 100644 --- a/app/cogs/user_functions.py +++ b/app/cogs/user_functions.py @@ -13,7 +13,7 @@ class Users(commands.Cog): async def avatar(self, ctx: commands.Context, user: discord.Member): await ctx.respond( embed=core_utils.generate_embed( - embed_title="{}#{}".format(user.name, user.discriminator), + embed_title="{}".format(user.name), embed_url=user.avatar, embed_description="[Direct Link]({})".format(user.avatar), )