Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 382 Bytes

Rust Discord Duel

Discord Bot to duel your friend with code

Run

Run with cargo run --release

You need to have a token.txt and a application_id.txt in order to compile the program

Languages

Rust

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)