Discord Bot Realtime In Game Data Updater
Just something I made for fun tonight, basically just uses a JSON hosted using a node module (http-server). The discord bot adds to the JSON when a command is called, in the format of {name, method, amount). Methods include: Add, Sub, and Set. This can be used for any Int Value in game. Updated every 10 seconds, and all locally hosted. Once values are updated, a post request is sent back to the server to remove the updates applied. (Yes, it does use a header for authentication)
Video:
I made this really quick and there are probably some screw ups and optimization fixes, but works for now right?
If anyone is interested in the source code and how to set it up just dm me and lmk