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