diff --git a/src/cogs/example.py b/src/cogs/example.py index 4c62f25..4a73cbc 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 msg.edit(content=f'🏓Pong, **{sub.total_seconds() * 1000}**') + await msg.edit(content=f'🏓Pong, **{sub.total_seconds() * 1000}ms**') def setup(bot):