From 5c81b9563b476e60c46ee17829714c0717008906 Mon Sep 17 00:00:00 2001 From: Dawson Date: Sun, 12 May 2024 11:20:35 -0400 Subject: [PATCH] this is working --- src/main/kotlin/com/learnspigot/bot/counting/CountingListener.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/com/learnspigot/bot/counting/CountingListener.kt b/src/main/kotlin/com/learnspigot/bot/counting/CountingListener.kt index 2c758ee..17515a3 100644 --- a/src/main/kotlin/com/learnspigot/bot/counting/CountingListener.kt +++ b/src/main/kotlin/com/learnspigot/bot/counting/CountingListener.kt @@ -66,6 +66,7 @@ class CountingListener: ListenerAdapter() { event.message.reply("I'll let this one slide").queue() return } + val next = currentCount + 1 fuckedUp(event.author) event.message.addReaction(Server.downvoteEmoji).queue()