Discord Bot to duel your friend with code
Run with cargo run --release
You need to have a token.txt
and a application_id.txt
in order to compile the program
To build a wasm file use cargo build --target=wasm32-wasi
*You need to have the wasm32-wasi toolchain before (install it with rustup target add wasm32-wasi
)