Discord Bot wont online, is my repository got cooldown?

So, i make discord bot, yesterday my bot is working fine, but now my bot is stop working.
is my repository got cooldowm?

const Discord = require("discord.js")
const client = new Discord.Client();

client.on("ready", () => {
  console.log("Bot is ready")
})

client.login(process.env.TOKEN)

its must log “Bot is ready”, but i dont get that log

Oh, i got the problem, my ip got rate limited, thats why my bot not online
Please someone close this issue

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.