mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
docs(rest): webhook names cannot contain 'discord' (#2936)
Closes: https://github.com/discordeno/discordeno/issues/2928
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user