This project is (yet another rewrite of) 7566, a humble chat bot that supports multiple platforms, including Discord and Multiplayer Piano (and its various clones, including my own).
This project is programmed in JavaScript and C, so you'll need to have Node.js and a C compiler to build it. This project hasn't been tested on Windows, but it works fine on Linux. If you find a way to compile it for other platforms, you are free to submit a pull request.
The scripts in package.json
require Yarn.
# using yarn:
$ yarn build # same as yarn make && npx tsc
# directly:
$ gcc -shared -fPIC -o ./bin/7566.so ./src/7566.c
$ tsc
WIP
Pull requests are welcome. Please make sure to test your changes before merging.