Skip to content

witoldsz/semux-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Semux Online Discord Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published