require module description

This commit is contained in:
Bella 2020-03-29 17:51:26 -04:00
parent b01861fee5
commit 3072a12b11
No known key found for this signature in database
GPG Key ID: 815562EA23BFE344
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class Module {
@Retention(RetentionPolicy.RUNTIME)
public @interface Info {
String name();
String description() default "No description for this module, please report this so it can be fixed at &b" + GITHUB_LINK;
String description();
Module.Category category();
boolean alwaysListening() default false;
ShowOnArray showOnArray() default ShowOnArray.ON;