mirror of
https://github.com/InsanusMokrassar/TelegramBotTutorial.git
synced 2024-12-22 06:07:11 +00:00
fixes in build scripts and config jsons
This commit is contained in:
parent
cfb8ce8b91
commit
b9c6d5a063
@ -2,6 +2,7 @@
|
|||||||
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"dev.inmo.plagubot.plugins.commands.CommandsPlugin",
|
"dev.inmo.plagubot.plugins.commands.CommandsPlugin",
|
||||||
|
"dev.inmo.tgbotapi.libraries.cache.admins.AdminsPlugin",
|
||||||
|
|
||||||
"IntroductionPlugin",
|
"IntroductionPlugin",
|
||||||
"WelcomePlugin"
|
"WelcomePlugin"
|
||||||
|
@ -25,6 +25,8 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.kotlin
|
implementation libs.kotlin
|
||||||
api libs.plagubot.plugin
|
implementation libs.plagubot
|
||||||
api libs.kslog
|
|
||||||
|
implementation project(":introduction")
|
||||||
|
implementation project(":welcome")
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"dev.inmo.plagubot.plugins.commands.CommandsPlugin",
|
"dev.inmo.plagubot.plugins.commands.CommandsPlugin",
|
||||||
|
"dev.inmo.tgbotapi.libraries.cache.admins.AdminsPlugin",
|
||||||
|
|
||||||
"IntroductionPlugin",
|
"IntroductionPlugin",
|
||||||
"WelcomePlugin"
|
"WelcomePlugin"
|
||||||
|
Loading…
Reference in New Issue
Block a user