diff --git a/discord/channel.py b/discord/channel.py index 2b4b5e957d..092eb3fbdd 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -720,6 +720,10 @@ def is_news(self) -> bool: """:class:`bool`: Checks if the channel is a news/anouncements channel.""" return self._type == ChannelType.news.value + @property + def news(self) -> bool: + return self.is_news() + async def create_thread( self, *,