Update version number
This commit is contained in:
parent
2012e76ed7
commit
444ad204fb
|
@ -94,7 +94,7 @@ fun main(args: Array<String>) {
|
||||||
cb.setPrefix("!")
|
cb.setPrefix("!")
|
||||||
cb.setAlternativePrefix("+")
|
cb.setAlternativePrefix("+")
|
||||||
commands.addAll(helloCommand, pingCommand)
|
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!")
|
val replies = listOf("Hello %%", "Why hello there %%!", "Hello there %%", "General %%. You are a bold one", "A wild %% appeared!")
|
||||||
cb.setHelpConsumer { event ->
|
cb.setHelpConsumer { event ->
|
||||||
|
|
Loading…
Reference in a new issue