+ Added trade back in and regenerated config file

This commit is contained in:
Matthew Cech
2020-02-21 11:06:46 -08:00
parent d5346b3727
commit c0f0b16892
3 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public class CommandBetBeans extends Command
{
String call = "";
int min = 50;
int min = 20;
int bet = 0;
int win = 0;
+2 -1
View File
@@ -108,7 +108,8 @@ public class CommandManager
this.register(LocCommands.stub("music"), new CommandMusicMain(KittyRole.General, KittyRating.Safe));
this.register(LocCommands.stub("defaultdance"), new CommandDefaultDance(KittyRole.General, KittyRating.Safe));
this.register(LocCommands.stub("getsauce"), new CommandGetSauce(KittyRole.General, KittyRating.Safe));
this.register(LocCommands.stub("tradebeans, trade"), new CommandTradeBeans(KittyRole.General, KittyRating.Safe));
this.register(LocCommands.stub("e6"), new CommandE6(KittyRole.General, KittyRating.Filtered));
this.register(LocCommands.stub("derpi"), new CommandDerpi(KittyRole.General, KittyRating.Filtered));
}