Fix the remark on getWebhook (#3950)

This commit is contained in:
Fleny
2024-11-05 13:17:30 +01:00
committed by GitHub
parent 7cf2ad3862
commit b42de2ebf7

View File

@@ -2368,7 +2368,7 @@ export interface RestManager {
* @returns An instance of {@link CamelizedDiscordWebhook}.
*
* @remarks
* Requires the `MANAGE_WEBHOOKS` permission.
* Requires the `MANAGE_WEBHOOKS` permission unless the application making the request owns the webhook.
*
* @see {@link https://discord.com/developers/docs/resources/webhook#get-webhook}
*/