From b42de2ebf72c49a08b3a2e6003278e4fafb0fe53 Mon Sep 17 00:00:00 2001 From: Fleny Date: Tue, 5 Nov 2024 13:17:30 +0100 Subject: [PATCH] Fix the remark on getWebhook (#3950) --- packages/rest/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rest/src/types.ts b/packages/rest/src/types.ts index 296b811a0..dfcdfb8e9 100644 --- a/packages/rest/src/types.ts +++ b/packages/rest/src/types.ts @@ -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} */