Update version number

master
Julius de Jeu 2018-10-20 16:45:00 +02:00
parent 2012e76ed7
commit 444ad204fb
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ fun main(args: Array<String>) {
cb.setPrefix("!")
cb.setAlternativePrefix("+")
commands.addAll(helloCommand, pingCommand)
cb.setGame(Game.watching("fraud and \uD83C\uDFB5 (v1.2)"))
cb.setGame(Game.watching("fraud and \uD83C\uDFB5 (v1.3)"))
val replies = listOf("Hello %%", "Why hello there %%!", "Hello there %%", "General %%. You are a bold one", "A wild %% appeared!")
cb.setHelpConsumer { event ->