diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index 2d9856ae3..2faa9f0e0 100644 --- a/discord/webhook/async_.py +++ b/discord/webhook/async_.py @@ -660,6 +660,11 @@ class PartialWebhookChannel(Hashable): def __repr__(self) -> str: return f'' + @property + def mention(self) -> str: + """:class:`str`: The string that allows you to mention the channel that the webhook is following.""" + return f'<#{self.id}>' + class PartialWebhookGuild(Hashable): """Represents a partial guild for webhooks.