https://github.com/CodingTrain/Discord-Bot-Examples/tree/main/01-discordjs
I downloaded this code and updated the env file, but I can't find the error?
host@host:/home/bot$ node .
/home/bot/bot.js:2
import { Client, Events, GatewayIntentBits } from 'discord.js';
^
SyntaxError: Unexpected token {
at Module._compile (internal/modules/cjs/loader.js:723:23)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)