Small edit

This commit is contained in:
SileNce5k 2021-06-30 19:31:34 +02:00
parent cfa1ceaf56
commit 177d5ca6a4
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -2,6 +2,6 @@ module.exports = {
name: 'ping', // Keep it to one word
description: 'Just ping.',
execute({message, client}) { //parameters you can use for netload: message, args, client, prefix
message.channel.send(`Ping is ${client.ws.ping}ms`)
message.channel.send(`Pong.\n${client.ws.ping}ms`)
}
};