mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-14 09:53:03 +00:00
feat(bot): add delgoogle
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user