Skip to content

Commit 352999c

Browse files
Added missing subcommand to ServerLockCommand
1 parent 4a09731 commit 352999c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/systems/moderation/server_lock/ServerLockCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public class ServerLockCommand extends SlashCommand implements CommandModeration
1414
*/
1515
public ServerLockCommand() {
1616
setModerationSlashCommandData(Commands.slash("serverlock-admin", "Administrative commands for managing the server lock functionality."));
17-
addSubcommands(new SetLockStatusSubcommand());
17+
addSubcommands(new SetLockStatusSubcommand(), new CheckLockStatusSubcommand());
1818
}
1919
}

0 commit comments

Comments
 (0)