I have the latest node version installed v16
and when i start the bot with the run button or the console it brings me this error:
const token = this.client.token ?? this.client.accessToken;
^
SyntaxError: Unexpected token '?'
But when using shell and typing in node index.js
it works fine. So I don't understand what's repl.it so upset about when all is up-to-date?