From a08f6f5556d8cf49def687a87c772eadb7be97ce Mon Sep 17 00:00:00 2001 From: Raatty <39517058+Raatty@users.noreply.github.com> Date: Tue, 22 May 2018 21:24:24 +1200 Subject: [PATCH] round two ping with time --- src/cogs/example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/example.py b/src/cogs/example.py index 7390442..fe80d0d 100644 --- a/src/cogs/example.py +++ b/src/cogs/example.py @@ -17,7 +17,7 @@ class CogName: now = ctx.message.created_at msg = await ctx.send('Pong') sub = msg.created_at - now - await ctx.edit(content=f'Pong, {sub.total_seconds() * 1000}) + await ctx.edit(content=f'Pong, {sub.total_seconds() * 1000}') def setup(bot):