mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-22 11:55:54 +01:00
Updated Home (markdown)
parent
b49e9ee1bd
commit
4fe2119744
1
Home.md
1
Home.md
@ -66,6 +66,7 @@ Modules...
|
||||
- are enabled and disabled when DiscordSRV reloads based on the module's `isEnabled` method's return value
|
||||
+ triggers `Module#enable`, `Module#disable` and `Module#reload`
|
||||
- are automatically subscribed to the event bus
|
||||
- intents are automatically requested based on subscribed events, with a few exceptions
|
||||
|
||||
Modules can be used for building plugin integrations such as permissions providers,
|
||||
- The DiscordSRV class has methods to lookup modules by their type, for example: `PermissionProvider permProvider = discordSRV.getModule(PermissionProvider.class);`
|
||||
|
Loading…
Reference in New Issue
Block a user