What is the difference between these two? client.on("ready", () => { // code }); client.once(Events.ClientReady, readyClient => { // code });