docs(rest): webhook names cannot contain 'discord' (#2936)

Closes: https://github.com/discordeno/discordeno/issues/2928
This commit is contained in:
ITOH
2023-04-01 19:18:59 +00:00
committed by GitHub
parent bcfeb5b6ae
commit 6359972e38
+1 -1
View File
@@ -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.
*