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 theDiscordWebhook
- Adds new channel id parameter to the non token modify webhook methods in the rest client.