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

Method fromInternal

components/runtime/src/ts/discord/webhook.ts:46–48  ·  view source on GitHub ↗

* @internal

(w: Internal.DiscordWebhook)

Source from the content-addressed store, hash-verified

44 * @internal
45 */
46 static fromInternal(w: Internal.DiscordWebhook) {
47 return new Webhook(w)
48 }
49
50 edit(fields: EditWebhookFields) {
51 const currentGuildId = getCurrentGuildId()

Callers 7

getEmojisFunction · 0.45
createEmojiFunction · 0.45
editEmojiFunction · 0.45
getWebhookFunction · 0.45
createWebhookFunction · 0.45
editWebhookFunction · 0.45
editWebhookWithTokenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected