Added pong to ping command
parent
558cf4cee4
commit
63dadf1690
|
@ -20,7 +20,7 @@ module.exports = {
|
|||
.setColor('GREEN')
|
||||
.setFooter(`Called By: ${message.author.tag}`)
|
||||
.setTimestamp()
|
||||
.setTitle("Ping")
|
||||
.setTitle("Pong!")
|
||||
.setDescription(`${client.ws.ping} ping to host`)
|
||||
.addField('Uptime', ` ${days}days ${hours}hrs ${minutes}min ${seconds}sec`, true)
|
||||
|
||||
|
|
Loading…
Reference in New Issue