+Added BetHistory command

This commit is contained in:
Rin
2019-05-07 03:03:57 -04:00
parent f78ed97582
commit ac128d7e20
8 changed files with 36 additions and 3 deletions
+1
View File
@@ -373,6 +373,7 @@ public class ObjectBuilderFactory
manager.Register(LocCommands.Stub("eightball, 8ball"), new CommandEightBall(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("catch"), new CommandCatch(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("guildrolelist"), new CommandGuildRoleList(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("bethistory"), new CommandBetHistory(KittyRole.General, KittyRating.Safe));
manager.Register(LocCommands.Stub("benchmark, bench"), new CommandBenchmark(KittyRole.General, KittyRating.Safe));