From 6359972e3851cf29eca6d007c706246b93798166 Mon Sep 17 00:00:00 2001 From: ITOH Date: Sat, 1 Apr 2023 21:18:59 +0200 Subject: [PATCH] docs(rest): webhook names cannot contain 'discord' (#2936) Closes: https://github.com/discordeno/discordeno/issues/2928 --- 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 5151455b6..e150f7cda 100644 --- a/packages/rest/src/types.ts +++ b/packages/rest/src/types.ts @@ -480,7 +480,7 @@ export interface RestManager { * @remarks * Requires the `MANAGE_WEBHOOKS` permission. * - * ⚠️ The webhook name must not contain the string 'clyde' (case-insensitive). + * ⚠️ The webhook name must not contain the substrings 'clyde', or 'discord' (case-insensitive). * * Fires a _Webhooks Update_ gateway event. *