We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba646ad commit c39e0ecCopy full SHA for c39e0ec
src/main/kotlin/me/ddivad/judgebot/Main.kt
@@ -1,6 +1,7 @@
1
package me.ddivad.judgebot
2
3
import dev.kord.common.kColor
4
+import dev.kord.core.supplier.EntitySupplyStrategy
5
import dev.kord.gateway.Intent
6
import dev.kord.gateway.Intents
7
import dev.kord.gateway.PrivilegedIntent
@@ -32,6 +33,7 @@ suspend fun main(args: Array<String>) {
32
33
allowMentionPrefix = true
34
commandReaction = null
35
theme = Color.MAGENTA
36
+ entitySupplyStrategy = EntitySupplyStrategy.cacheWithCachingRestFallback
37
}
38
39
mentionEmbed {
0 commit comments