diff options
Diffstat (limited to 'cogs')
-rw-r--r-- | cogs/utils.py | 1 |
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): |