Skip to content

theSoberSobber/AlertBot

Repository files navigation

Alert Bot


Run -


NOTE- You must have NODE version 18 and NOT LTS to run this bot. (because of fetch api)
(use nvm btw)


Deployment

  • Please refer to this document for the new architecture proposal.
  • Vercel doesn't support websockets otherwise all functions are pretty much serverless. (serverless websocket does sound like an oxymoron lol)
  • for deplying https://github.com/theSoberSobber/Groups-AlertBot can be clubbed into one project since they don't have any conflicting parts. Just include the group.js and info.json file in the features folder then import and call it in main.js after the 'connection open' event has occured.

Contributing

Please see the Contribution file before starting on anything.
Please follow the structure of the project and your pull will surely be accepted. Thanks again!