#unable to send message in channel

1 messages · Page 1 of 1 (latest)

topaz horizon
    await member.user.send(
      `You have been timed out in ${member.guild.name}. To get your timeout removed, solve this LeetCode question and reply with submission link or screenshot: ${randomLeetCodeQuestion}`,
    );
    const redirectChannel = member.guild.channels.cache.get(config.REDIRECT_CHANNEL_ID);
    await redirectChannel.send("yo");```