const { EmbedBuilder, GatewayIntentBits, Client, Collection, ActivityType, Permissions, Message, GuildMember, Guild, ActionRowBuilder, ButtonBuilder, ButtonStyle, Events } = require('discord.js'); const client = new Client({ intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMembers, ], }); const channel = client.channels.cache.get(`1086630285816385636`); channel.send(`Баланс страны )`); Code const { EmbedBuilder, GatewayIntentBits, Client, Collection, ActivityType, Permissions, Message, GuildMember, Guild, ActionRowBuilder, ButtonBuilder, ButtonStyle, Events } = require('discord.js'); const client = new Client({ intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMembers, ], }); const channel = client.channels.cache.get(`1086630285816385636`); channel.send(`Баланс страны )`); Discord js v14 TypeError: Cannot read properties of undefined (reading 'send'