-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this still working? #13
Comments
Hi, thanks for the note! Yes, this bot is actively maintained and should still be in working order, although I haven't seen anyone configure a new instance from scratch in a while. That error seems to be coming from one of the dependences rather than the bot itself, and looks to be a syntax error due to an outdated version of Node. You can remedy this by choosing a higher version of Node in Heroku (it looks like the spread operator is only fully supported in versions 8.3.0 and up). Heroku may have given you version 8.0.0 by default, since that was the stable version when I initially created the bot and so that's what's listed in the package.json. I've bumped this version up to the current LTS, which is 12.18.2 – I would try forking this repo again and creating a fresh Heroku project, which should start you off with the right version this time. |
thank you very much for your help, I really appreciate your work, this is very cool XD. |
Great, seems like that fixed the issue! To proceed further, you'll need to actually configure the bot to log in with an account. Take a look at the setup instructions in the README. Since you're using Heroku, this should be pretty easy – you just need to go to your settings tab in your Heroku project, and select "Reveal config vars" and then fill in the variables listed in the README. For just getting started, you only need a couple of them (but you'll need to add the rest later if you want all of the bot's commands to work): Fill in these keys and values – the Click on "MemCachier" and you'll be taken to the dashboard for your instance. Click on "Settings" in the sidebar on the left, and you'll see a page like this with all of the information that you need to fill in the config vars in Heroku (I've blocked out my info): I hope this isn't too difficult since it seems like you're doing this on a phone! I promise these last few steps to get it running aren't too tricky despite the long-winded instructions. |
Big thanks bro 👍😁 |
I have an error when run "npm start". I deploy it in the heroku. Im very interested with your bot.
The text was updated successfully, but these errors were encountered: