This will only be called with the PING intent enabled.
oldPing is a numbernewPing is a numberbot.on('pingUpdate', (oldPing, newPing) => {
console.log(`bot's ping was ${oldPing}, now it's ${newPing}`);
});
This will only be called with the PING intent enabled.
oldPing is a numbernewPing is a numberbot.on('pingUpdate', (oldPing, newPing) => {
console.log(`bot's ping was ${oldPing}, now it's ${newPing}`);
});