fix main in FSMBot

This commit is contained in:
InsanusMokrassar 2021-06-30 13:50:08 +06:00
parent 522d1b55ba
commit ef74b33d68
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ buildscript {
apply plugin: 'kotlin'
apply plugin: 'application'
mainClassName="HelloBotKt"
mainClassName="SimpleFSMBotKt"
dependencies {