From 0e54c48388663dd5b80ec8e05d4c3debba5a80c2 Mon Sep 17 00:00:00 2001 From: ziro Date: Thu, 6 Aug 2020 10:43:49 +0700 Subject: + Added description for help command --- cogs/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cogs') diff --git a/cogs/utils.py b/cogs/utils.py index ac7ec95..7a5ffac 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -8,6 +8,7 @@ class Utils(commands.Cog): @commands.command() async def ping(self, ctx): + """Tell the ping of the bot to the discord servers""" await ctx.send(f'Pong! {round(self.bot.latency*1000)}ms') def setup(bot): -- cgit v1.2.3