diff options
Diffstat (limited to 'discord/webhook.py')
| -rw-r--r-- | discord/webhook.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |