Add coro tag to docstrings that were missing it

This commit is contained in:
ster
2022-10-02 17:52:18 -04:00
committed by GitHub
parent dc34a8f1dc
commit 95b6bd8782
6 changed files with 31 additions and 10 deletions
+2 -1
View File
@@ -594,7 +594,8 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
return Webhook.from_state(data, state=self._state)
async def follow(self, *, destination: TextChannel, reason: Optional[str] = None) -> Webhook:
"""
"""|coro|
Follows a channel using a webhook.
Only news channels can be followed.