suspend fun main(args: Array) { activateResenderBot(args.first()) { println(it) } }