mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template.git
synced 2024-11-12 19:33:56 +00:00
smal updates
This commit is contained in:
parent
2acf32ec62
commit
5c6ad721d2
@ -26,7 +26,7 @@ dependencies {
|
||||
}
|
||||
|
||||
application {
|
||||
mainClassName = 'telegram_bot.AppKt'
|
||||
mainClassName = 'AppKt'
|
||||
}
|
||||
|
||||
java {
|
||||
|
@ -1,5 +1,3 @@
|
||||
package telegram_bot
|
||||
|
||||
import dev.inmo.tgbotapi.bot.ktor.telegramBot
|
||||
import dev.inmo.tgbotapi.extensions.api.bot.getMe
|
||||
import dev.inmo.tgbotapi.extensions.api.send.reply
|
@ -1,5 +1,3 @@
|
||||
package telegram_bot
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
Loading…
Reference in New Issue
Block a user