data class BotCommand
BotCommand(command: String, description: String)
val command: String
val description: String