Skip to content

Commit

Permalink
Add new command to wiki script
Browse files Browse the repository at this point in the history
  • Loading branch information
mangstadt committed Sep 1, 2019
1 parent f7fd187 commit c21c97a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/oakbot/bot/CommandsWikiPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import oakbot.command.GrootCommand;
import oakbot.command.HelpCommand;
import oakbot.command.HelpDoc;
import oakbot.command.JuiceBoxCommand;
import oakbot.command.ReactCommand;
import oakbot.command.RollCommand;
import oakbot.command.RolloverCommand;
Expand Down Expand Up @@ -87,6 +88,7 @@ public static void main(String args[]) {
commands.add(new HelpCommand(commands, learnedCommands, listeners));
commands.add(new HttpCommand());
commands.add(new JavadocCommand(null));
commands.add(new JuiceBoxCommand());
commands.add(new LearnCommand(commands, learnedCommands));
commands.add(new ReactCommand(null));
commands.add(new RollCommand());
Expand Down

0 comments on commit c21c97a

Please sign in to comment.