face-hh / discordmium

Discordmium brings the Chromium browser instance in Discord, of course limited to the Discord API. - Made for Documatic Hackathon
https://facedev.xyz
69 stars 17 forks source link

Unexpected token #18

Closed aaditisawesome closed 1 year ago

aaditisawesome commented 1 year ago

I keep getting this:

/Users/Ocean/node_modules/discordmium/index.js:193
                                        const NSFW_OR_NOT = await sussySearch(int.data.options?.[0]?.value);
                                                                                               ^

SyntaxError: Unexpected token '.'
face-hh commented 1 year ago

Update to the latest NodeJS version that supports fetch() and ?..