This app is written in Haskell and built using stack
. Just install The Haskell Tool Stack and you should be able to build and run with no issues.
./env.sh
#!/bin/sh
export SEMUX_API="https://api.semux.online/v2.1.0/"
export DISCORD_SECRET=your_secret
./repl.sh
#!/bin/sh
. ./env.sh
stack repl
./start.sh
#!/bin/sh
. ./env.sh
stack run semux-discord-exe