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