+ Added Teey command

This commit is contained in:
Matthew Cech
2019-04-13 13:29:46 -07:00
parent 8852918fe7
commit 7075349ad6
28 changed files with 75 additions and 5 deletions
+1
View File
@@ -300,6 +300,7 @@ public class ObjectBuilderFactory
manager.Register("givebeans", new CommandGiveBeans(KittyRole.Mod, KittyRating.Safe));
manager.Register("rpg", new CommandRPG(KittyRole.Mod, KittyRating.Safe));
manager.Register("teey", new CommandTeey(KittyRole.General, KittyRating.Safe));
manager.Register(new String[]{"perish", "thenperish"}, new CommandPerish(KittyRole.General, KittyRating.Safe));
manager.Register("yeet", new CommandYeet(KittyRole.General, KittyRating.Safe));
manager.Register("ping", new CommandPing(KittyRole.General, KittyRating.Safe));