We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d80dd5 commit dd62cc3Copy full SHA for dd62cc3
discord/channel.py
@@ -713,7 +713,7 @@ def _repr_attrs(self) -> Tuple[str, ...]:
713
def _update(self, guild: Guild, data: TextChannelPayload) -> None:
714
super()._update(guild, data)
715
716
- def _get_channel(self) -> "TextChannel":
+ async def _get_channel(self) -> "TextChannel":
717
return self
718
719
def is_news(self) -> bool:
0 commit comments