aboutsummaryrefslogtreecommitdiff
path: root/discord/channel.py
diff options
context:
space:
mode:
authorDevilXD <[email protected]>2019-04-29 11:47:32 +0200
committerRapptz <[email protected]>2019-04-29 23:34:17 -0400
commitb8e45afe9afe4ff49e832e967971cb22e2b9e310 (patch)
tree869cd1a950ab8ef655003dfa69c6ece053f54ef4 /discord/channel.py
parentAdded missing get_role method to the faq. (diff)
downloaddiscord.py-b8e45afe9afe4ff49e832e967971cb22e2b9e310.tar.xz
discord.py-b8e45afe9afe4ff49e832e967971cb22e2b9e310.zip
Fixed TextChannel edit method missing slowmode unit
Diffstat (limited to 'discord/channel.py')
-rw-r--r--discord/channel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/channel.py b/discord/channel.py
index c346bfcc..73205cfe 100644
--- a/discord/channel.py
+++ b/discord/channel.py
@@ -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
category.
slowmode_delay: :class:`int`
- Specifies the slowmode rate limit for user in this channel. A value of
- `0` disables slowmode. The maximum value possible is `21600`.
+ Specifies the slowmode rate limit for user in this channel, in seconds.
+ A value of `0` disables slowmode. The maximum value possible is `21600`.
reason: Optional[:class:`str`]
The reason for editing this channel. Shows up on the audit log.