renesansz / discord-greeter-bot

My greeter bot for Discord
MIT License
49 stars 38 forks source link

Node bot.js #193

Closed spaido closed 5 years ago

spaido commented 5 years ago

image

TheBorinator commented 5 years ago

I find the same problem

jenaus commented 5 years ago

so do i

simonri commented 5 years ago

me too

jdavies commented 5 years ago

Check to ensure your JSON is properly formatted. The fact you are getting a syntax error means that it is not properly formatted. A good resource for verifying your JSON is http://json.parser.online.fr/ From the looks of the error from the OP si would say the token is not in quotes. Here is an example of a working auth.json file (the token has been redacted, of course): { "token:": "NSSSSDHDS&DSDFFFHFHFHFHHDHDH8787827627ASHD858686QZC" }

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.