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 12e5643 commit b6ad47aCopy full SHA for b6ad47a
src/main/kotlin/me/ddivad/judgebot/Main.kt
@@ -69,7 +69,7 @@ suspend fun main() {
69
field {
70
name = "Build Info"
71
value = "```" +
72
- "Version: 2.6.0\n" +
+ "Version: 2.7.0\n" +
73
"DiscordKt: ${versions.library}\n" +
74
"Kord: ${versions.kord}\n" +
75
"Kotlin: $kotlinVersion" +
0 commit comments