i totally know what im doing i promise \s

This commit is contained in:
Raatty 2018-05-22 21:26:54 +12:00 committed by GitHub
parent a08f6f5556
commit 160737a9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ class CogName:
now = ctx.message.created_at now = ctx.message.created_at
msg = await ctx.send('Pong') msg = await ctx.send('Pong')
sub = msg.created_at - now sub = msg.created_at - now
await ctx.edit(content=f'Pong, {sub.total_seconds() * 1000}') await msg.edit(content=f'Pong, {sub.total_seconds() * 1000}')
def setup(bot): def setup(bot):