From 48621aac959b517744ae2bf3c871b321978527e1 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Mon, 23 Dec 2019 16:49:17 -0900 Subject: [PATCH] Fix docstring on ping command --- geeksbot/exts/admin.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/geeksbot/exts/admin.py b/geeksbot/exts/admin.py index 5702e22..c7c704e 100644 --- a/geeksbot/exts/admin.py +++ b/geeksbot/exts/admin.py @@ -56,10 +56,7 @@ class Admin(commands.Cog): @commands.command() @commands.cooldown(1, 5, type=commands.BucketType.user) async def ping(self, ctx): - """Check the Bot\'s connection to Discord - - For more detailed information set the as comp and it will test the ping - number of times.""" + """Check the Bot\'s connection to Discord""" em = discord.Embed(style='rich', title=f'Pong 🏓', color=discord.Colour.green()