basic diagram
This commit is contained in:
parent
b01f1b85bb
commit
079c0f96ba
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
|
@ -1,5 +1,23 @@
|
|||
# rust_bridgebot
|
||||
# discord_bridgebot
|
||||
|
||||
🔊 building bridges between communities 🔊
|
||||
|
||||
Discord bot to chat-link Channels (not servers) together. pass messages to other friendly, small communities.
|
||||
|
||||
```mermaid
|
||||
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!
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue