Update README.md

This commit is contained in:
2024-04-14 16:57:18 +02:00
committed by GitHub
parent 31c39e8893
commit 9b48536cd7

View File

@@ -3,8 +3,8 @@
flowchart TD
Program[Program] -->|Register| EventListener
EventListener[DiscordEventListener] --> A
A[MessageReceivedHandler] --> B(Message)
B --> C{Send to correct command by
A[MessageReceivedHandler] -->|Message| C{Send to correct command by
looking at commandName}
C -->|JoinCommand| D[JoinHandler]