Updated Home (markdown)

Henri Schubin 2023-01-30 23:19:38 +02:00
parent c333bde9a6
commit 5405422d85

@ -26,7 +26,7 @@ Misc. modules (rarely need to be touched)
Packages Packages
- Classes and interfaces are organized into packages based on what they do or what they are related to - Classes and interfaces are organized into packages based on what they do or what they are related to
- Examples: - Examples:
+ Group sync goes in ``groupsync` + Group sync goes in `groupsync`
+ Message forwarding from Minecraft -> Discord goes in `messageforwarding.minecrafttodiscord` + Message forwarding from Minecraft -> Discord goes in `messageforwarding.minecrafttodiscord`
+ SQL goes in `storage` + SQL goes in `storage`
+ Channel locking goes in `channel` + Channel locking goes in `channel`