import dev.inmo.micro_utils.common.MPPFile suspend fun main(args: Array) { doRandomFileSenderBot(args.first(), MPPFile(args.getOrNull(1) ?: "")) }