update stats/debug
This commit is contained in:
3 files changed
+29
-21
No files matched your search
+1
-3
@@ -24,10 +24,8 @@ module.exports = {
|
||||
}
|
||||
|
||||
const end = new Date().getTime();
|
||||
const time = end - start;
|
||||
|
||||
const pingEmbed = new MessageEmbed()
|
||||
.setDescription(`**Pong!** Bot ping: ${time}ms`)
|
||||
.setDescription(`🏓 **Pong!** Bot ping: ${end - start}ms`)
|
||||
.setColor(client.config.EmbedColor);
|
||||
|
||||
return interaction.send({ embeds: [pingEmbed] });
|
||||
|
||||
Reference in new issue
Block a user