add dockerfile environment

This commit is contained in:
2021-11-21 20:51:56 +06:00
parent e86d07d25d
commit fcc0b49576
7 changed files with 51 additions and 1 deletions

View File

@@ -27,5 +27,9 @@ suspend fun main(args: Array<String>) {
// simply reply :)
reply(it, "Hello, I am ${me.firstName}")
}
// That will be called on the end of bot initiation. After that prinln will be started long polling and bot will
// react on your commands
println(me)
}.join()
}