TelegramBotAPI-examples/settings.gradle

35 lines
580 B
Groovy
Raw Normal View History

2020-11-02 22:44:15 +06:00
include ":ForwardInfoSenderBot"
2020-06-02 19:28:10 +06:00
include ":RandomFileSenderBot"
2020-06-02 21:22:09 +06:00
include ":HelloBot"
2020-06-02 21:48:07 +06:00
include ":GetMeBot"
2022-08-26 12:21:24 +06:00
include ":DeepLinksBot"
2020-08-23 21:52:13 +06:00
include ":FilesLoaderBot"
include ":ResenderBot:ResenderBotLib"
include ":ResenderBot:jvm_launcher"
include ":KeyboardsBot:KeyboardsBotLib"
include ":KeyboardsBot:jvm_launcher"
include ":StickerInfoBot:StickerInfoBotLib"
include ":StickerInfoBot:jvm_launcher"
2020-11-02 22:35:05 +06:00
include ":SlotMachineDetectorBot"
2022-10-30 19:57:11 +06:00
include ":ChatAvatarSetter"
include ":WebApp"
2021-06-30 13:12:15 +06:00
include ":FSMBot"
2022-12-31 15:45:48 +06:00
include ":TopicsHandling"
2023-02-05 23:43:27 +06:00
include ":UserChatShared"
2023-02-06 12:08:25 +06:00
include ":RightsChangerBot"