mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-11-23 07:45:38 +00:00
add GetMe bot and fix some other bots
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# ForwarderBot
|
||||
# HelloBot
|
||||
|
||||
The main purpose of this bot is just to answer "Oh, hi, " and add user mention here
|
||||
|
||||
|
||||
@@ -13,6 +13,9 @@ import kotlinx.coroutines.*
|
||||
import kotlinx.coroutines.flow.launchIn
|
||||
import kotlinx.coroutines.flow.onEach
|
||||
|
||||
/**
|
||||
* The main purpose of this bot is just to answer "Oh, hi, " and add user mention here
|
||||
*/
|
||||
suspend fun main(vararg args: String) {
|
||||
val botToken = args.first()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user