some grammar and punctuation corrections

This commit is contained in:
Andreas Hollmeier
2020-09-09 17:13:32 +02:00
parent eaa5e016f9
commit ad973a8d40
6 changed files with 12 additions and 12 deletions

View File

@@ -4,6 +4,6 @@ const Discord = require("discord.js")
exports.run = async (client, message, args) => {
//Message
message.channel.send(`Ping : ${client.ws.ping} ms ${emotes.success}`)
message.channel.send(`Ping: ${client.ws.ping} ms ${emotes.success}`)
}