Fixed TextChannel edit method missing slowmode unit
This commit is contained in:
		| @@ -198,8 +198,8 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): | |||||||
|             The new category for this channel. Can be ``None`` to remove the |             The new category for this channel. Can be ``None`` to remove the | ||||||
|             category. |             category. | ||||||
|         slowmode_delay: :class:`int` |         slowmode_delay: :class:`int` | ||||||
|             Specifies the slowmode rate limit for user in this channel. A value of |             Specifies the slowmode rate limit for user in this channel, in seconds. | ||||||
|             `0` disables slowmode. The maximum value possible is `21600`. |             A value of `0` disables slowmode. The maximum value possible is `21600`. | ||||||
|         reason: Optional[:class:`str`] |         reason: Optional[:class:`str`] | ||||||
|             The reason for editing this channel. Shows up on the audit log. |             The reason for editing this channel. Shows up on the audit log. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -676,8 +676,8 @@ class Guild(Hashable): | |||||||
|         topic: Optional[:class:`str`] |         topic: Optional[:class:`str`] | ||||||
|             The new channel's topic. |             The new channel's topic. | ||||||
|         slowmode_delay: :class:`int` |         slowmode_delay: :class:`int` | ||||||
|             Specifies the slowmode rate limit for user in this channel. |             Specifies the slowmode rate limit for user in this channel, in seconds. | ||||||
|             The maximum value possible is `120`. |             The maximum value possible is `21600`. | ||||||
|         nsfw: :class:`bool` |         nsfw: :class:`bool` | ||||||
|             To mark the channel as NSFW or not. |             To mark the channel as NSFW or not. | ||||||
|         reason: Optional[:class:`str`] |         reason: Optional[:class:`str`] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user