MCPcopy Create free account
hub / github.com/esmBot/esmBot / processMessage

Method processMessage

src/classes/mediaCommand.ts:222–226  ·  view source on GitHub ↗
(channel: AnyTextableChannel)

Source from the content-addressed store, hash-verified

220 }
221
222 processMessage(channel: AnyTextableChannel): Promise<Message> {
223 return channel.createMessage({
224 content: `${random(messages.emotes) || "⚙️"} ${this.getString("image.processing")}`,
225 });
226 }
227
228 static addTextParam() {
229 this.flags.unshift({

Callers 1

runMethod · 0.95

Calls 2

randomFunction · 0.85
getStringMethod · 0.80

Tested by

no test coverage detected