MCPcopy Create free account
hub / github.com/Botloader/botloader / edit

Method edit

components/runtime/src/ts/discord/message.ts:100–102  ·  view source on GitHub ↗
(fields: CreateMessageFields)

Source from the content-addressed store, hash-verified

98 }
99
100 edit(fields: CreateMessageFields) {
101 return editMessage(this.channelId, this.id, fields);
102 }
103
104 forward(channelId: string) {
105 return createMessage(channelId, {

Callers

nothing calls this directly

Calls 1

editMessageFunction · 0.90

Tested by

no test coverage detected