The code is
const {Discord} = require('discord.js');
const {client} = new Discord.Client();
console.log(client)
client.once('ready', (stream) => {
console.log('Gabor Haladit is online');
});
client.login('OTIyMjU2MTgyMzYwNTUxNDc0.Yb-0AA.obEDZ6QR2imMcZHCyT45sa7b53E');
If you see any other wrong things please telle me! Thanks