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

Method acknowledge

src/classes/command.ts:144–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 async finalize(_res?: Message) {}
143
144 async acknowledge() {
145 if (this.type === "classic" && this.message) {
146 await this.client.rest.channels.sendTyping(this.message.channelID);
147 }
148 }
149
150 getString(key: string, params?: { returnNull?: false; params?: { [key: string]: string } }): string;
151 getString(key: string, params: { returnNull: boolean; params?: { [key: string]: string } }): string | undefined;

Callers 15

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected