From 6b47a0c960aecc3c1fcdcabff64b41b05ca550ae Mon Sep 17 00:00:00 2001 From: kshitijanurag Date: Tue, 17 Mar 2026 05:04:21 +0530 Subject: [PATCH] docs(channel): update slowmode bypass permission information (#1562) --- deno/payloads/v10/channel.ts | 4 ++-- deno/payloads/v9/channel.ts | 4 ++-- deno/rest/v10/channel.ts | 3 +-- deno/rest/v9/channel.ts | 3 +-- payloads/v10/channel.ts | 4 ++-- payloads/v9/channel.ts | 4 ++-- rest/v10/channel.ts | 3 +-- rest/v9/channel.ts | 3 +-- 8 files changed, 12 insertions(+), 16 deletions(-) diff --git a/deno/payloads/v10/channel.ts b/deno/payloads/v10/channel.ts index 54678893..a2e393bf 100644 --- a/deno/payloads/v10/channel.ts +++ b/deno/payloads/v10/channel.ts @@ -83,7 +83,7 @@ export type ApplicationCommandOptionAllowedChannelType = Exclude< export interface APISlowmodeChannel extends APIChannelBase { /** * Amount of seconds a user has to wait before sending another message (0-21600); - * bots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`, are unaffected + * bots, as well as users with the permission `BYPASS_SLOWMODE`, are unaffected * * `rate_limit_per_user` also applies to thread creation. Users can send one message and create one thread during each `rate_limit_per_user` interval. * @@ -366,7 +366,7 @@ export interface APIThreadOnlyChannel extends APIChannelBase { /** * Amount of seconds a user has to wait before sending another message (0-21600); - * bots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`, are unaffected + * bots, as well as users with the permission `BYPASS_SLOWMODE`, are unaffected * * `rate_limit_per_user` also applies to thread creation. Users can send one message and create one thread during each `rate_limit_per_user` interval. * @@ -361,7 +361,7 @@ export interface APIThreadOnlyChannel extends APIChannelBase { /** * Amount of seconds a user has to wait before sending another message (0-21600); - * bots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`, are unaffected + * bots, as well as users with the permission `BYPASS_SLOWMODE`, are unaffected * * `rate_limit_per_user` also applies to thread creation. Users can send one message and create one thread during each `rate_limit_per_user` interval. * @@ -366,7 +366,7 @@ export interface APIThreadOnlyChannel extends APIChannelBase { /** * Amount of seconds a user has to wait before sending another message (0-21600); - * bots, as well as users with the permission `MANAGE_MESSAGES` or `MANAGE_CHANNELS`, are unaffected + * bots, as well as users with the permission `BYPASS_SLOWMODE`, are unaffected * * `rate_limit_per_user` also applies to thread creation. Users can send one message and create one thread during each `rate_limit_per_user` interval. * @@ -361,7 +361,7 @@ export interface APIThreadOnlyChannel