You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BotCommands-core/src/main/kotlin/io/github/freya022/botcommands/internal/components/handler/ComponentHandlerContainer.kt
e.rethrowAt("Unable to process select menu handler", it.function)
55
+
}
46
56
if (oldDescriptor !=null) {
47
57
throwArgument("Tried to override a select menu handler, old method: ${oldDescriptor.function.shortSignature}, new method: ${it.function.shortSignature}")
48
58
}
@@ -51,4 +61,4 @@ internal class ComponentHandlerContainer(context: BContextImpl, functionAnnotati
0 commit comments