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