mirror of
https://github.com/InsanusMokrassar/TelegramBotTutorial.git
synced 2024-11-16 13:13:49 +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",
|
||||
"plugins": [
|
||||
"dev.inmo.plagubot.plugins.commands.CommandsPlugin",
|
||||
"dev.inmo.tgbotapi.libraries.cache.admins.AdminsPlugin",
|
||||
|
||||
"IntroductionPlugin",
|
||||
"WelcomePlugin"
|
||||
|
@ -25,6 +25,8 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation libs.kotlin
|
||||
api libs.plagubot.plugin
|
||||
api libs.kslog
|
||||
implementation libs.plagubot
|
||||
|
||||
implementation project(":introduction")
|
||||
implementation project(":welcome")
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
||||
"plugins": [
|
||||
"dev.inmo.plagubot.plugins.commands.CommandsPlugin",
|
||||
"dev.inmo.tgbotapi.libraries.cache.admins.AdminsPlugin",
|
||||
|
||||
"IntroductionPlugin",
|
||||
"WelcomePlugin"
|
||||
|
Loading…
Reference in New Issue
Block a user