From f76e4da5fc835ac10636e880bf139e341e5ec544 Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 17 Oct 2017 23:32:12 -0400 Subject: [PATCH] Comment change (because reasons) --- src/main/cogs/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cogs/tools.py b/src/main/cogs/tools.py index 6772b94..3a124cd 100644 --- a/src/main/cogs/tools.py +++ b/src/main/cogs/tools.py @@ -42,7 +42,7 @@ class Utils: print(command_dict) await ctx.invoke(command_dict.get(str(ctx.author.id), {}).get('command', None), args) - # [prefix]ping -> Pong! + # Displays latency @commands.command(aliases=['p'], brief='Pong!', description='Returns latency from bot to Discord servers, not to user') @checks.del_ctx() async def ping(self, ctx):