Androz2091 / discord-giveaways

🎉 Complete framework to facilitate the creation of giveaways using discord.js
https://discord-giveaways.js.org
MIT License
335 stars 127 forks source link

SyntaxError: Unexpected token '??=' #368

Closed tibbehennebel closed 3 years ago

tibbehennebel commented 3 years ago

So, I wanted to run a discord bot with a giveaway feature in it with this npm, but when I run it it gives the unexpected token error (see picture). Does anybody know how to fix this? I've tried a fresh install of this npm but still the error persists. Screenshot_1

Nico105 commented 3 years ago

discord-giveaways v5 is built for discord.js v13 And v13 requires node.js v16.6 = so we do it too, since we use features from 16.6 You need to update your node.js

tibbehennebel commented 3 years ago

discord-giveaways v5 is built for discord.js v13 And v13 requires node.js v16.6 = so we do it too, since we use features from 16.6 You need to update your node.js

Thank you so much! It works perfectly now