import kotlinx.coroutines.runBlocking fun main(args: Array) { runBlocking { doInlineQueriesBot(args.first()) } }