mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix Ping
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = class PingCommand extends Command {
|
||||
const message = await msg.say('Pinging...');
|
||||
return message.edit(stripIndents`
|
||||
:ping_pong: Pong!
|
||||
**Message Ping:** ${Math.round(msg.createdTimestamp - message.createdTimestamp)}ms
|
||||
**Message Ping:** ${Math.round(message.createdTimestamp - msg.createdTimestamp)}ms
|
||||
**Heartbeat Ping:** ${Math.round(this.client.ping)}ms
|
||||
`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user