We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30356c commit cbebca5Copy full SHA for cbebca5
src/main/kotlin/me/ddivad/judgebot/Main.kt
@@ -58,7 +58,7 @@ suspend fun main(args: Array<String>) {
58
field {
59
name = "Build Info"
60
value = "```" +
61
- "Version: 1.8.1\n" +
+ "Version: 1.8.2\n" +
62
"DiscordKt: ${versions.library}\n" +
63
"Kotlin: $kotlinVersion" +
64
"```"
0 commit comments