mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-04 16:45:44 +00:00
[AB-69] adding templating support to help modules
This commit is contained in:
@@ -14,7 +14,7 @@ public class StatisticModule implements ModuleInterface {
|
||||
|
||||
@Override
|
||||
public ModuleInfo getInfo() {
|
||||
return ModuleInfo.builder().name(STATISTIC).description("Module containing commands related to statistic.").build();
|
||||
return ModuleInfo.builder().name(STATISTIC).templated(true).build();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -14,7 +14,7 @@ public class EmoteTrackingModule implements ModuleInterface {
|
||||
|
||||
@Override
|
||||
public ModuleInfo getInfo() {
|
||||
return ModuleInfo.builder().name(EMOTE_TRACKING).description("Module containing commands related to emote tracking.").build();
|
||||
return ModuleInfo.builder().name(EMOTE_TRACKING).templated(true).build();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user