No description
  • Rust 84.7%
  • PLpgSQL 10.3%
  • Dockerfile 5%
Find a file
DanceMore 1bdd3a9d9f
Some checks are pending
rust-clippy analyze / Run rust-clippy analyzing (push) Waiting to run
Merge pull request #11 from DanceMore/dependabot/docker/rust-1.76
Bump rust from 1.75 to 1.76
2024-02-20 07:07:22 -08:00
.github build artifacts for deployment via docker 2023-11-27 20:15:18 -08:00
migrations prevent channel1 == channel2 in sql schema :D 2023-10-24 21:25:50 -07:00
src auto migrate 2024-01-18 11:36:41 -08:00
.gitignore fixes to quiet gitaudit 2023-11-27 19:56:49 -08:00
Cargo.lock Bump env_logger from 0.11.1 to 0.11.2 2024-02-19 11:49:44 +00:00
Cargo.toml Bump tokio from 1.35.1 to 1.36.0 2024-02-05 11:31:19 +00:00
diesel.toml diesel checkpoint 2023-10-21 01:25:02 -07:00
docker-compose.yaml docker-compose 2023-10-24 19:17:24 -07:00
Dockerfile Bump rust from 1.75 to 1.76 2024-02-12 11:38:37 +00:00
README.md basic diagram 2023-12-27 17:54:10 -08:00

discord_bridgebot

🔊 building bridges between communities 🔊

Discord bot to chat-link Channels (not servers) together. pass messages to other friendly, small communities.

sequenceDiagram
    box rgb(33,66,99) Server A
    actor Alice
    participant channelA as #35;channelA
    end
    box rgb(99,66,33) Server B
    participant channelB as #35;channelB
    actor John
    end


    Alice->>+channelA: hello world
    channelA->>+channelB: Alice: hello world
    John->>+channelB: oh, hi Alice!
    channelB->>+channelA: John: oh, hi Alice!