mirror of
https://github.com/InsanusMokrassar/TelegramBotTutorial.git
synced 2025-09-16 05:32:49 +00:00
fixes in build scripts and config jsons
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user