From 444ad204fb899765f67c186c788303975f7a4143 Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Sat, 20 Oct 2018 16:45:00 +0200 Subject: [PATCH] Update version number --- src/main/kotlin/nl/voidcorp/dbot/UnityBot.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/nl/voidcorp/dbot/UnityBot.kt b/src/main/kotlin/nl/voidcorp/dbot/UnityBot.kt index 8a0504b..5d06e7b 100644 --- a/src/main/kotlin/nl/voidcorp/dbot/UnityBot.kt +++ b/src/main/kotlin/nl/voidcorp/dbot/UnityBot.kt @@ -94,7 +94,7 @@ fun main(args: Array) { 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 ->