'Bot no longer turning on (Discord.js v13)

I have a simple discord.js bot coded, but whenever I do "bot.login(process.env.TOKEN)", it simply doesn't work and no errors are logged. All I could find was when I used "client.on('debug', console.log)", which returned the following:

Hit a 429 while executing a request.
    Global  : false
    Method  : get
    Path    : /gateway/bot
    Route   : /gateway/bot
    Limit   : Infinity
    Timeout : 499ms
    Sublimit: 3199000ms

Anyone know what this means or how I could possibly fix it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source