Skip to content

Commit 923399e

Browse files
committed
fixed Server Status Module
1 parent 5a43570 commit 923399e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/TechsCode/TechDiscordBot/module/modules/ServerStatusModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void onDisable() {}
5151

5252
@Override
5353
public Requirement[] getRequirements() {
54-
return null;
54+
return new Requirement[0];
5555
}
5656

5757
}

0 commit comments

Comments
 (0)