Forgot to register the command oopsies
This commit is contained in:
parent
e8563ffe40
commit
0005d404a8
|
@ -1,6 +1,7 @@
|
|||
package moe.oko.Kiafumi;
|
||||
|
||||
import moe.oko.Kiafumi.command.CommandClass;
|
||||
import moe.oko.Kiafumi.command.DuckCommand;
|
||||
import moe.oko.Kiafumi.command.PingCommand;
|
||||
import moe.oko.Kiafumi.command.SettingCommand;
|
||||
import moe.oko.Kiafumi.listener.MainListener;
|
||||
|
@ -80,6 +81,7 @@ public class Kiafumi {
|
|||
activeCommands = new ArrayList<>();
|
||||
activeCommands.add(new PingCommand());
|
||||
activeCommands.add(new SettingCommand());
|
||||
activeCommands.add(new DuckCommand());
|
||||
|
||||
instance = this;
|
||||
|
||||
|
|
Loading…
Reference in a new issue