add GetMe bot and fix some other bots

This commit is contained in:
2020-06-02 21:48:07 +06:00
parent 0517f451f1
commit d853b6a284
6 changed files with 51 additions and 1 deletions

View File

@@ -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()