creesch / discordIRCd

A node.js script that allows you to connect to discord with your irc client.
Apache License 2.0
116 stars 21 forks source link

Syntax error #46

Closed discordpro closed 6 years ago

discordpro commented 6 years ago

When i tried to run it i get this Syntax error r

discordpro commented 6 years ago

is this meant to be used on Ubuntu or something cause if so I am totally fine with using Ubuntu

Fusselwurm commented 6 years ago

The problem seems to be that the interpreter you're using doesnt know how to handle the const keyword.

It's supposed to be run with NodeJS, which is available for Windows too: https://nodejs.org/en/

creesch commented 6 years ago

Yeah you can't just run it, you need nodejs for it.