Skip to content

Commit 5e9f481

Browse files
authored
Update discord/channel.py
Signed-off-by: Lumouille <[email protected]>
1 parent e7f11ab commit 5e9f481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/channel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3095,7 +3095,7 @@ async def create_forum_channel(self, name: str, **options: Any) -> ForumChannel:
30953095
@utils.deprecated(
30963096
since="2.7",
30973097
removed="3.0",
3098-
reference="Category NSFW was never supported by the API.",
3098+
reference="NSFW categories are not available in the Discord API.",
30993099
)
31003100
def is_nsfw(self) -> bool:
31013101
return False
@@ -3106,7 +3106,7 @@ def is_nsfw(self) -> bool:
31063106
@utils.deprecated(
31073107
since="2.7",
31083108
removed="3.0",
3109-
reference="Category NSFW was never supported by the API.",
3109+
reference="NSFW categories are not available in the Discord API.",
31103110
)
31113111
def nsfw(self) -> bool:
31123112
return False

0 commit comments

Comments
 (0)