#Error when sending message

1 messages · Page 1 of 1 (latest)

ornate remnant
    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 🙂