mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-14 19:56:29 +00:00
[AB-69] adding templating support to help modules
This commit is contained in:
@@ -11,7 +11,7 @@ public class ModerationModule implements ModuleInterface {
|
||||
|
||||
@Override
|
||||
public ModuleInfo getInfo() {
|
||||
return ModuleInfo.builder().name(MODERATION).description("Utilities to moderate the server").build();
|
||||
return ModuleInfo.builder().name(MODERATION).templated(true).build();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user