const channel = client.channels.cache.get('906674895239405678');
channel.send('content');
Wanting to send this basic message to a channel, but this error is produced: Cannot read properties of undefined (reading 'send'). Please shed some light on this 🙂