No ready event

I'm logging ready, rateLimit, warn, and debug:
client.on('rateLimit', (rateLimit) => {
  console.log(rateLimit);
})

client.on('warn', console.warn);
client.on('debug', console.log);

But all I get is this:
unknown.png
Was this page helpful?