Send to specific channel

I used the docs To get "const channel = client.channels.cache.get('1153350608082964592');" but I get this error. Any help? Looked around and to no avail.

const client = new Discord.Client();
               ^

ReferenceError: Discord is not defined
    at Object.<anonymous> (C:\Users\honeu\Desktop\NodeJSBot\commands\serverstuff\suggestion.js:3:16)
    at Module._compile (node:internal/modules/cjs/loader:1275:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1329:10)
    at Module.load (node:internal/modules/cjs/loader:1133:32)
    at Module._load (node:internal/modules/cjs/loader:972:12)
    at Module.require (node:internal/modules/cjs/loader:1157:19)
    at require (node:internal/modules/helpers:119:18)
    at Object.<anonymous> (C:\Users\honeu\Desktop\NodeJSBot\index.js:20:19)
    at Module._compile (node:internal/modules/cjs/loader:1275:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1329:10)

Node.js v19.7.0
Process exited with code 1
Was this page helpful?