Skip to content

Commit 7970680

Browse files
committed
added reference
1 parent 4b7ca07 commit 7970680

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

discord/channel.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3067,7 +3067,11 @@ async def create_forum_channel(self, name: str, **options: Any) -> ForumChannel:
30673067
"""
30683068
return await self.guild.create_forum_channel(name, category=self, **options)
30693069

3070-
@utils.deprecated(since="2.7", removed="3.0")
3070+
@utils.deprecated(
3071+
since="2.7",
3072+
removed="3.0",
3073+
reference="Category NSFW was never supported by the API.",
3074+
)
30713075
def is_nsfw(self) -> bool:
30723076
return False
30733077

0 commit comments

Comments
 (0)