📝 Correction

This commit is contained in:
Zerio
2020-12-03 21:35:35 +01:00
committed by GitHub
parent c85ee78918
commit 60656be2bc

View File

@@ -1,5 +1,5 @@
exports.run = async (client, message) => {
message.channel.send(`${client.emotes.success} - Ping : **${client.ws.ping}ms** !`)
message.channel.send(`${client.emotes.success} - Ping : **${client.ws.ping}ms** !`);
};