Browse Source
Parameters->Attributes in NSFWChannelRequired's doc for consistency
pull/7492/head
jack1142
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|