aboutsummaryrefslogtreecommitdiff
path: root/cogs
diff options
context:
space:
mode:
authorziro <palembani@gmail.com>2020-08-06 03:43:49 +0000
committerziro <palembani@gmail.com>2020-08-06 03:43:49 +0000
commit0e54c48388663dd5b80ec8e05d4c3debba5a80c2 (patch)
tree5aa4c0e8ffbe9388763c604728ad2b7da1ecf1d1 /cogs
parent0485c868c5a003a4047d472d41ae59e9e126bf3f (diff)
downloadsteve-bot-0e54c48388663dd5b80ec8e05d4c3debba5a80c2.tar
steve-bot-0e54c48388663dd5b80ec8e05d4c3debba5a80c2.tar.gz
steve-bot-0e54c48388663dd5b80ec8e05d4c3debba5a80c2.tar.bz2
steve-bot-0e54c48388663dd5b80ec8e05d4c3debba5a80c2.tar.lz
steve-bot-0e54c48388663dd5b80ec8e05d4c3debba5a80c2.tar.xz
steve-bot-0e54c48388663dd5b80ec8e05d4c3debba5a80c2.tar.zst
steve-bot-0e54c48388663dd5b80ec8e05d4c3debba5a80c2.zip
+ Added description for help command
Diffstat (limited to 'cogs')
-rw-r--r--cogs/utils.py1
1 files changed, 1 insertions, 0 deletions
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):