Skip to content

Commit 60ffad8

Browse files
committed
Clean up wiki script
1 parent 2d26595 commit 60ffad8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/test/java/oakbot/bot/CommandsWikiPage.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import oakbot.command.CoffeeCommand;
1717
import oakbot.command.Command;
1818
import oakbot.command.DeleteCommand;
19+
import oakbot.command.DogCommand;
1920
import oakbot.command.EightBallCommand;
2021
import oakbot.command.FacepalmCommand;
2122
import oakbot.command.FatCatCommand;
@@ -42,8 +43,6 @@
4243
import oakbot.command.learn.LearnCommand;
4344
import oakbot.command.learn.LearnedCommandsDao;
4445
import oakbot.command.learn.UnlearnCommand;
45-
import oakbot.command.shibe.BirdCommand;
46-
import oakbot.command.shibe.ShibaCommand;
4746
import oakbot.command.stands4.AbbreviationCommand;
4847
import oakbot.command.stands4.ConvertCommand;
4948
import oakbot.command.stands4.ExplainCommand;
@@ -66,7 +65,6 @@
6665
import oakbot.listener.chatgpt.ImagineExactCommand;
6766
import oakbot.listener.chatgpt.MoodCommand;
6867
import oakbot.listener.chatgpt.QuotaCommand;
69-
import oakbot.listener.chatgpt.VideoCommand;
7068
import oakbot.task.FOTD;
7169
import oakbot.task.LinuxHealthMonitor;
7270
import oakbot.task.QOTD;
@@ -118,12 +116,12 @@ public static void main(String args[]) {
118116
commands.add(new AboutCommand(null, null));
119117
commands.add(new AdventOfCode("PT0S", Map.of(), null));
120118
commands.add(new AfkCommand());
121-
commands.add(new BirdCommand(null));
122119
commands.add(new CatCommand(null));
123120
commands.add(new CoffeeCommand());
124121
commands.add(new ConvertCommand(null));
125122
commands.add(new DeleteCommand(null));
126123
commands.add(new DefineCommand(null));
124+
commands.add(new DogCommand(null));
127125
commands.add(new EffectiveDebuggingCommand());
128126
commands.add(new EffectiveJavaCommand());
129127
commands.add(new EightBallCommand());
@@ -147,7 +145,6 @@ public static void main(String args[]) {
147145
commands.add(new RemindCommand());
148146
commands.add(new RhymeCommand(null));
149147
commands.add(new RollCommand());
150-
commands.add(new ShibaCommand(null));
151148
commands.add(new ShrugCommand());
152149
commands.add(new ShutdownCommand());
153150
commands.add(new SummonCommand());
@@ -157,7 +154,6 @@ public static void main(String args[]) {
157154
commands.add(new UnsummonCommand());
158155
commands.add(new UpsidedownTextFilter());
159156
commands.add(new UrbanCommand());
160-
commands.add(new VideoCommand(null, null));
161157
commands.add(new WaduFilter());
162158
commands.add(new WikiCommand());
163159

0 commit comments

Comments
 (0)