mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Use direct unicode
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = class PingCommand extends Command {
|
||||
async run(msg) {
|
||||
const message = await msg.say('Pinging...');
|
||||
return message.edit(stripIndents`
|
||||
:ping_pong: Pong! \`${Math.round(message.createdTimestamp - msg.createdTimestamp)}ms\`
|
||||
🏓 Pong! \`${Math.round(message.createdTimestamp - msg.createdTimestamp)}ms\`
|
||||
Heartbeat: \`${Math.round(this.client.ping)}ms\`
|
||||
`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user