logo bannerlogo banner
Page Navigator
Warning

This will only be called with the PING intent enabled.

  • oldPing is a number
  • newPing is a number
bot.on('pingUpdate', (oldPing, newPing) => {
    console.log(`bot's ping was ${oldPing}, now it's ${newPing}`);
});