forked from DiscordBots/lilJudd
chore: changed Main.kt a bit to retrigger the pipeline
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
c297c9b4f0
commit
7fb1c19e3f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ suspend fun main() {
|
||||||
"|_|_|_|_____|___|___|___|\n" +
|
"|_|_|_|_____|___|___|___|\n" +
|
||||||
" "
|
" "
|
||||||
)
|
)
|
||||||
println("v" + BuildConstants.version)
|
println("v.${BuildConstants.version}")
|
||||||
|
|
||||||
Bot.start()
|
Bot.start()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue