From c5ca932b2db4ae143d1330a313ea30799c80fb1b Mon Sep 17 00:00:00 2001 From: ddivad195 Date: Sun, 14 Aug 2022 12:03:45 +0100 Subject: [PATCH] fix: remove command recommendations --- build.gradle.kts | 2 +- src/main/kotlin/me/ddivad/keeper/Main.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0814c17..17fa387 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ import java.util.* group = "me.ddivad" -version = "1.9.0" +version = "1.9.1" description = "A bot for saving useful messages to a DM by reacting to them." plugins { diff --git a/src/main/kotlin/me/ddivad/keeper/Main.kt b/src/main/kotlin/me/ddivad/keeper/Main.kt index f46660f..97c3467 100644 --- a/src/main/kotlin/me/ddivad/keeper/Main.kt +++ b/src/main/kotlin/me/ddivad/keeper/Main.kt @@ -25,7 +25,7 @@ suspend fun main() { commandReaction = null mentionAsPrefix = true theme = Color(0x00BFFF) - entitySupplyStrategy = EntitySupplyStrategy.cacheWithCachingRestFallback + recommendCommands = false intents = Intents( Intent.GuildMessageReactions, Intent.DirectMessagesReactions