add blue cmd

This commit is contained in:
Steven Tracey 2021-09-29 15:04:17 -04:00 committed by GitHub
parent a4d358f76d
commit 58874b200d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ import tech.nevets.constelliabot.commands.pictures.PandaCmd;
import tech.nevets.constelliabot.commands.strings.GoodMorningCmd; import tech.nevets.constelliabot.commands.strings.GoodMorningCmd;
import tech.nevets.constelliabot.commands.strings.EbieKonRenCmd; import tech.nevets.constelliabot.commands.strings.EbieKonRenCmd;
import tech.nevets.constelliabot.commands.strings.JangoTheSovietCmd; import tech.nevets.constelliabot.commands.strings.JangoTheSovietCmd;
import tech.nevets.constelliabot.commands.strings.BlueSpruceCmd;
import javax.annotation.Nullable; import javax.annotation.Nullable;
import java.util.ArrayList; import java.util.ArrayList;
@ -27,6 +28,7 @@ public class CommandManager {
public CommandManager() { public CommandManager() {
//Add to this list in alphabetical order //Add to this list in alphabetical order
addCommand(new BlueSpruceCmd());
addCommand(new CatCmd()); addCommand(new CatCmd());
addCommand(new CoinFlipCmd()); addCommand(new CoinFlipCmd());
addCommand(new DadJokeCmd()); addCommand(new DadJokeCmd());