From 8ff285fcbc5b06ce7c76dc4bab90c2b9ba8f2ee4 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 4 Apr 2020 13:32:47 -0400 Subject: [PATCH] Documentation fixups for allowed mentions --- discord/abc.py | 2 +- discord/webhook.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/abc.py b/discord/abc.py index 67590ef7c..c8b9f598e 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -806,7 +806,7 @@ class Messageable(metaclass=abc.ABCMeta): If provided, the number of seconds to wait in the background before deleting the message we just sent. If the deletion fails, then it is silently ignored. - allowed_mentions: :class:`AllowedMentions` + allowed_mentions: :class:`~discord.AllowedMentions` Controls the mentions being processed in this message. .. versionadded:: 1.4 diff --git a/discord/webhook.py b/discord/webhook.py index 803cf732f..c4fc9734f 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