diff --git a/discord/channel.py b/discord/channel.py index 93358e14a..eb4de43ac 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -176,7 +176,10 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): You cannot bulk delete more than 100 messages or messages that are older than 14 days old. - + + You must have :attr:`Permissions.manage_messages` permission use + this. + Usable only by bot accounts. Parameters