MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / getCoordinator

Method getCoordinator

src/utils/interactionHelper.js:30–32  ·  view source on GitHub ↗
(interaction)

Source from the content-addressed store, hash-verified

28
29export class InteractionHelper {
30 static getCoordinator(interaction) {
31 return interaction?._responseCoordinator || null;
32 }
33
34 static patchInteractionResponses(interaction) {
35 if (!interaction || interaction.__titanResponsePatched) {

Callers 8

ensureReadyMethod · 0.95
safeDeferMethod · 0.95
safeEditReplyMethod · 0.95
safeReplyMethod · 0.95
safeExecuteMethod · 0.95
universalReplyMethod · 0.95
sendErrorResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected