Skip to content

Add ability to change channel with ModifyWebhookAsync

Created by: Neuheit

Summary

Adds the ability to switch a webhook's channel as per https://discord.com/developers/docs/resources/webhook#modify-webhook.

Details

Adds a new ulong parameter to both the webhook method and non token methods in the rest client to change the webhook channel id.

Changes proposed

  • Adds new channel id parameter to ModifyAsync() in the DiscordWebhook
  • Adds new channel id parameter to the non token modify webhook methods in the rest client.

Merge request reports

Loading