1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00

Refactor rank command to remove unnecessary mention in response

This commit is contained in:
wlinator 2024-07-14 13:31:04 -04:00
parent ee95e8be5e
commit 96a6100444

View file

@ -27,4 +27,4 @@ async def rank(ctx: bridge.Context) -> None:
inline=False,
)
await ctx.respond(embed=embed, content=ctx.author.mention)
await ctx.respond(embed=embed)