A Discord to IRC and vice-versa bridge bot written in Rust.
$ cp sample.toml config.toml
# Edit config.toml ...
$ RUST_LOG=info cargo run -- config.toml
OR
$ cp sample.toml config.toml
# Edit config.toml ...
$ docker run --rm -it -e RUST_LOG=info -v $PWD/config.toml:/a/config.toml ghcr.io/pbzweihander/discord-irc-rs
discord-irs-rs is distributed under the terms of both MIT license and Apache License 2.0. See COPYRIGHT for details.