Skip to content

Commit

Permalink
temporary disable portfolio commands
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Morreale <frc.morreale@gmail.com>
  • Loading branch information
fedy97 committed Feb 7, 2024
1 parent 08fe776 commit f4732b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/bot/MyBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import org.bot.commands.*;
import org.bot.commands.base.AuthorizedCommandDecorator;
import org.bot.commands.base.CommandHandler;
import org.bot.commands.base.CommandProcessor;
import org.bot.operations.KucoinOperations;
import org.bot.operations.OperationsDispatcher;
import org.bot.utils.EnvVars;
Expand Down Expand Up @@ -36,7 +35,7 @@ private MyBot() {
commandHandler.register(new AuthorizedCommandDecorator(new BalanceCommand()));
commandHandler.register(new AuthorizedCommandDecorator(new TradeCommand()));

CommandProcessor.getInstance().registerPortfolioCommands();
// CommandProcessor.getInstance().registerPortfolioCommands();

OperationsDispatcher.getInstance().register(new KucoinOperations());
}
Expand Down

0 comments on commit f4732b1

Please sign in to comment.