Skip to content

Commit 8879304

Browse files
committed
Added javadoc to LeaderboardCommand
1 parent e0d9c6b commit 8879304

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/net/javadiscord/javabot/systems/commands/LeaderboardCommand.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
import net.javadiscord.javabot.systems.commands.subcommands.leaderboard.ThanksLeaderboardSubcommand;
66
import net.javadiscord.javabot.systems.commands.subcommands.leaderboard.QOTWLeaderboardSubcommand;
77

8+
/**
9+
* Single command housing all leaderboards.
10+
*/
811
public class LeaderboardCommand extends DelegatingCommandHandler {
912
public LeaderboardCommand() {
1013
this.addSubcommand("qotw", new QOTWLeaderboardSubcommand());

0 commit comments

Comments
 (0)