From 418446017e3e841a6f3c7e20cf2d05bb05a11807 Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Tue, 29 Sep 2020 21:27:19 +0200 Subject: [PATCH] added alias to ping --- cogs/servertatus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/servertatus.py b/cogs/servertatus.py index 14e4649..078f307 100644 --- a/cogs/servertatus.py +++ b/cogs/servertatus.py @@ -7,7 +7,7 @@ class ServerStatus(commands.Cog): def __init__(self, client): self.client = client - @commands.command() + @commands.command(name="Ping", aliases=["Status"]) async def ping(self, ctx): #25568 -> Earth #25567 -> Moon