@@ -208,8 +208,7 @@ class TextChannel(disnake.abc.Messageable, disnake.abc.GuildChannel, Hashable):
208208 in this channel.
209209
210210 A value of `0` denotes that it is disabled.
211- Bots, and users with :attr:`~Permissions.manage_channels` or
212- :attr:`~Permissions.manage_messages` permissions, bypass slowmode.
211+ Bots, and users with :attr:`~Permissions.bypass_slowmode` permissions, bypass slowmode.
213212
214213 See also :attr:`default_thread_slowmode_delay`.
215214
@@ -218,8 +217,7 @@ class TextChannel(disnake.abc.Messageable, disnake.abc.GuildChannel, Hashable):
218217 in newly created threads in this channel.
219218
220219 A value of ``0`` denotes that it is disabled.
221- Bots, and users with :attr:`~Permissions.manage_channels` or
222- :attr:`~Permissions.manage_messages`, bypass slowmode.
220+ Bots, and users with :attr:`~Permissions.bypass_slowmode` permissions, bypass slowmode.
223221
224222 .. versionadded:: 2.8
225223
@@ -1350,9 +1348,10 @@ class VoiceChannel(disnake.abc.Messageable, VocalGuildChannel):
13501348
13511349 slowmode_delay: :class:`int`
13521350 The number of seconds a member must wait between sending messages
1353- in this channel. A value of `0` denotes that it is disabled.
1354- Bots, and users with :attr:`~Permissions.manage_channels` or
1355- :attr:`~Permissions.manage_messages`, bypass slowmode.
1351+ in this channel.
1352+
1353+ A value of `0` denotes that it is disabled.
1354+ Bots, and users with :attr:`~Permissions.bypass_slowmode` permissions, bypass slowmode.
13561355
13571356 .. versionadded:: 2.3
13581357
@@ -2036,9 +2035,10 @@ class StageChannel(disnake.abc.Messageable, VocalGuildChannel):
20362035
20372036 slowmode_delay: :class:`int`
20382037 The number of seconds a member must wait between sending messages
2039- in this channel. A value of `0` denotes that it is disabled.
2040- Bots, and users with :attr:`~Permissions.manage_channels` or
2041- :attr:`~Permissions.manage_messages`, bypass slowmode.
2038+ in this channel.
2039+
2040+ A value of `0` denotes that it is disabled.
2041+ Bots, and users with :attr:`~Permissions.bypass_slowmode` permissions, bypass slowmode.
20422042
20432043 .. versionadded:: 2.9
20442044
@@ -3981,8 +3981,7 @@ class ForumChannel(ThreadOnlyGuildChannel):
39813981 in this channel.
39823982
39833983 A value of ``0`` denotes that it is disabled.
3984- Bots, and users with :attr:`~Permissions.manage_channels` or
3985- :attr:`~Permissions.manage_messages`, bypass slowmode.
3984+ Bots, and users with :attr:`~Permissions.bypass_slowmode` permissions, bypass slowmode.
39863985
39873986 See also :attr:`default_thread_slowmode_delay`.
39883987
@@ -3991,8 +3990,7 @@ class ForumChannel(ThreadOnlyGuildChannel):
39913990 in newly created threads in this channel.
39923991
39933992 A value of ``0`` denotes that it is disabled.
3994- Bots, and users with :attr:`~Permissions.manage_channels` or
3995- :attr:`~Permissions.manage_messages`, bypass slowmode.
3993+ Bots, and users with :attr:`~Permissions.bypass_slowmode` permissions, bypass slowmode.
39963994
39973995 .. versionadded:: 2.6
39983996
@@ -4418,8 +4416,7 @@ class MediaChannel(ThreadOnlyGuildChannel):
44184416 in this channel.
44194417
44204418 A value of ``0`` denotes that it is disabled.
4421- Bots, and users with :attr:`~Permissions.manage_channels` or
4422- :attr:`~Permissions.manage_messages`, bypass slowmode.
4419+ Bots, and users with :attr:`~Permissions.bypass_slowmode` permissions, bypass slowmode.
44234420
44244421 See also :attr:`default_thread_slowmode_delay`.
44254422
@@ -4428,8 +4425,7 @@ class MediaChannel(ThreadOnlyGuildChannel):
44284425 in newly created threads in this channel.
44294426
44304427 A value of ``0`` denotes that it is disabled.
4431- Bots, and users with :attr:`~Permissions.manage_channels` or
4432- :attr:`~Permissions.manage_messages`, bypass slowmode.
4428+ Bots, and users with :attr:`~Permissions.bypass_slowmode` permissions, bypass slowmode.
44334429
44344430 default_sort_order: :class:`ThreadSortOrder` | :data:`None`
44354431 The default sort order of threads in this channel.
0 commit comments