Update README.md

This commit is contained in:
2024-06-01 23:42:17 +02:00
committed by GitHub
parent e3df4505fe
commit 32b6e09336

View File

@@ -7,7 +7,7 @@ flowchart TD
EventListener[DiscordEventListener] --> A2[SlashCommandReceivedHandler]
A --> |Message| f{If bot is mentioned}
f --> v[ChatHandler]
f --> |ChatCommand| v[ChatHandler]
A2[SlashCommandReceivedHandler] -->|Message| C{Send to correct command by
looking at commandName}