Magnificia adlı üyeden alıntı: mesajı görüntüle
Kullanmış olduğunuz kod v13 ait bir kod bu kodu denermisiniz hocam.

const { Client, GatewayIntentBits } = require('discord.js');
const client = new Client({ intents: [GatewayIntentBits.Guilds] });

client.on('ready', () => { 
 console.log(`Logged in as ${client.user.tag}!`);
 });


client.login(TOKEN);