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
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
if (eventinstanceofGenericCommandInteractionEventcommand) {
@@ -97,8 +100,11 @@ public void onEvent(@NonNull GenericEvent generic) {
97
100
builder.parameter(parameter, value);
98
101
}
99
102
}
100
-
} catch (CannotInitContextcicEx) {
101
-
log.warning(cicEx.getMessage());
103
+
} catch (Throwablet) {
104
+
log.log(Level.SEVERE, "Failed to initilaize interaction context", t);
105
+
if (eventinstanceofIReplyCallbackcallback) callback.reply(("An internal error occurred ```%s: %s``` Please contact an administrator or bot developer").formatted(
0 commit comments