Skip to content

Commit

Permalink
fix: remove command recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
ddivad195 committed Aug 14, 2022
1 parent 9aff2db commit c5ca932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/me/ddivad/keeper/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5ca932

Please sign in to comment.