Some discord.js files are returning the error of Unexpected token {
Unexpected token {
Some of the files doing so can be found here and here -- Both are screenshots.
As far as I know JavaScript, I think it should be replaced with this:
} catch (e) {
(as part of the trycatch method)
trycatch
you need to update your node version, seems your version is lower than the required version (6.0.0 for stable and 10.2.0 for master)
Most helpful comment
you need to update your node version, seems your version is lower than the required version (6.0.0 for stable and 10.2.0 for master)