renesansz / discord-greeter-bot

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

Syntax Error when running node bot.js #266

Closed AfricaByTot0 closed 3 years ago

AfricaByTot0 commented 4 years ago

The error cmd_58RlFjK6V8 The inside of my bot.js notepad_dRdJRcs3OV

sarthaktexas commented 4 years ago

You have to post auth.json. And please remove your secrets.

AfricaByTot0 commented 4 years ago

I won't remove my username but my token is NzMxNzM0NTg1MDE2MDU3OTA2.XwtYyA.I6ky71WMbRSYzEtQUlnmEooKCCA

sarthaktexas commented 4 years ago

ok. the token is the secret. Please regenerate a new token and send the old auth.json. and regarding your last comment, the stacktrace revealed you have an error in auth.json. so post that.

AfricaByTot0 commented 4 years ago

DISCORD_TOKEN=NzMxNzM0NTg1MDE2MDU3OTA2.XwtYyA.I6ky71WMbRSYzEtQUlnmEooKCCA

sarthaktexas commented 4 years ago

uhh your config is wrong. Try this!

[
  "username": "usernamehere",
  "discord_token": "token here"
]
stale[bot] commented 3 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.