From 00b61e21484bc02e4cc127b2117d5f3310e4f869 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sun, 6 Mar 2022 01:15:48 +0100 Subject: [PATCH] Parameters->Attributes in NSFWChannelRequired's doc for consistency --- discord/ext/commands/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.