aboutsummaryrefslogtreecommitdiff
path: root/cogs/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/utils.py')
-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):