feat(bot): add delgoogle

This commit is contained in:
2025-11-12 10:08:26 +07:00
parent f7b8fd5562
commit d59cd35476
@@ -11,6 +11,7 @@ import com.miti99.storescraperbot.bot.command.AddGroupCommand;
import com.miti99.storescraperbot.bot.command.CheckAppCommand;
import com.miti99.storescraperbot.bot.command.CheckAppScoreCommand;
import com.miti99.storescraperbot.bot.command.DeleteAppleAppCommand;
import com.miti99.storescraperbot.bot.command.DeleteGoogleAppCommand;
import com.miti99.storescraperbot.bot.command.DeleteGroupCommand;
import com.miti99.storescraperbot.bot.command.InfoCommand;
import com.miti99.storescraperbot.bot.command.ListAppCommand;
@@ -53,6 +54,7 @@ public class StoreScrapeBot extends CommandLongPollingTelegramBot {
register(DeleteAppleAppCommand.INSTANCE);
register(AddGoogleAppCommand.INSTANCE);
register(DeleteAppleAppCommand.INSTANCE);
register(DeleteGoogleAppCommand.INSTANCE);
register(ListAppCommand.INSTANCE);
register(CheckAppCommand.INSTANCE);
register(CheckAppScoreCommand.INSTANCE);