From 0379ba107c19b92b7d51b63aa8f9b98d98df5e66 Mon Sep 17 00:00:00 2001 From: QuaKe8782 Date: Wed, 17 Feb 2021 15:28:28 +0000 Subject: [PATCH] Add 'whois' alias for stats --- Cogs/Xp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cogs/Xp.py b/Cogs/Xp.py index e64f3734..9fe94f3e 100644 --- a/Cogs/Xp.py +++ b/Cogs/Xp.py @@ -944,7 +944,7 @@ async def bottomxp(self, ctx, total : int = 10): # List the xp and xp reserve of a user - @commands.command(pass_context=True) + @commands.command(pass_context=True, aliases=["whois"]) async def stats(self, ctx, *, member= None): """List the xp and xp reserve of a listed member."""