From 6125f2536529a45243b5584475da1a28cfa5ec08 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 23 Aug 2024 22:27:43 +0100 Subject: [PATCH] Fix overlooked test bot --- test-bot/src/main/kotlin/dev/kordex/test/bot/TestBot.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test-bot/src/main/kotlin/dev/kordex/test/bot/TestBot.kt b/test-bot/src/main/kotlin/dev/kordex/test/bot/TestBot.kt index 10ef091f12..23e6abf333 100644 --- a/test-bot/src/main/kotlin/dev/kordex/test/bot/TestBot.kt +++ b/test-bot/src/main/kotlin/dev/kordex/test/bot/TestBot.kt @@ -81,9 +81,7 @@ public suspend fun main() { } } - section("banana") { - description = "banana" - + section("banana", "banana") { message { content = "Banana!" }