add blue cmd
This commit is contained in:
parent
a4d358f76d
commit
58874b200d
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user