diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py index b02d97fae..dab8290dc 100644 --- a/discord/ext/commands/errors.py +++ b/discord/ext/commands/errors.py @@ -711,7 +711,7 @@ class NSFWChannelRequired(CheckFailure): .. versionadded:: 1.1 - Parameters + Attributes ----------- channel: Union[:class:`.abc.GuildChannel`, :class:`.Thread`] The channel that does not have NSFW enabled.