MCPcopy
hub / github.com/codebymitch/TitanBot / getReplyMessage

Method getReplyMessage

src/utils/responseCoordinator.js:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 getReplyMessage() {
72 return this._replyMessage || this.interaction._replyMessage || null;
73 }
74
75 setReplyMessage(sentMessage) {
76 this._replyMessage = sentMessage;

Callers 5

respondMethod · 0.95
editMethod · 0.95
createMockInteractionFunction · 0.80
safeEditReplyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected