Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 555 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 555 Bytes

semux-discord

semux-light

Prerequisites

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.

Build and run it like this:

./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