mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-24 13:44:33 +00:00
[AB-69] adding templating support to help modules
This commit is contained in:
@@ -11,7 +11,7 @@ public class EntertainmentModuleInterface implements ModuleInterface {
|
||||
|
||||
@Override
|
||||
public ModuleInfo getInfo() {
|
||||
return ModuleInfo.builder().name(ENTERTAINMENT).description("Entertainment commands").build();
|
||||
return ModuleInfo.builder().name(ENTERTAINMENT).templated(true).build();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -12,7 +12,7 @@ public class RepostDetectionModuleInterface implements ModuleInterface {
|
||||
|
||||
@Override
|
||||
public ModuleInfo getInfo() {
|
||||
return ModuleInfo.builder().name(REPOST_DETECTION).description("Commands related to repost detection").build();
|
||||
return ModuleInfo.builder().name(REPOST_DETECTION).templated(true).build();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user