Skip to content

Commit

Permalink
Merge pull request #18 from ddivad195/fix/command-recommendations
Browse files Browse the repository at this point in the history
fix: remove command recommendations
  • Loading branch information
ddivad195 authored Aug 14, 2022
2 parents 9aff2db + c5ca932 commit 392a12f
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 392a12f

Please sign in to comment.