Doesn't fetch the channel, why?

const channel = client.channels.fetch("1198299044582281216", { force: true });
console.log(channel.name);
Was this page helpful?