From 8ff285fcbc5b06ce7c76dc4bab90c2b9ba8f2ee4 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 4 Apr 2020 13:32:47 -0400 Subject: Documentation fixups for allowed mentions --- discord/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/webhook.py') diff --git a/discord/webhook.py b/discord/webhook.py index 803cf732..c4fc9734 100644 --- a/discord/webhook.py +++ b/discord/webhook.py @@ -733,7 +733,7 @@ class Webhook: A list of embeds to send with the content. Maximum of 10. This cannot be mixed with the ``embed`` parameter. allowed_mentions: :class:`AllowedMentions` - Controls the allowed_mentions being processed in this message. + Controls the mentions being processed in this message. .. versionadded:: 1.4 -- cgit v1.2.3