diff --git a/commands/ping.js b/commands/ping.js index 64cc37f..461174d 100644 --- a/commands/ping.js +++ b/commands/ping.js @@ -4,6 +4,6 @@ const Discord = require("discord.js") exports.run = async (client, message, args) => { //Message - message.channel.send(`Ping : ${client.ws.ping} ${emotes.success}`) + message.channel.send(`Ping : ${client.ws.ping} ms ${emotes.success}`) }