Home > other >  How to ignore msg.delete() if not found discord.js
How to ignore msg.delete() if not found discord.js

Time:02-27

execute(client, message) {
        message.channel.send(`Last heartbeat calculated ${ms(Date.now() - client.ws.shards.first().lastPingTimestamp, { long: true })} ago **${client.ws.ping}ms**            
  • Related