mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Add coro tag to docstrings that were missing it
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user