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 ->