Added pong to ping command

imgbot
kieranrobson 2022-05-10 21:41:20 +01:00
parent 558cf4cee4
commit 63dadf1690
1 changed files with 1 additions and 1 deletions

View File

@ -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)