diff options
| author | Rapptz <[email protected]> | 2020-04-04 13:32:47 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-04-04 13:32:47 -0400 |
| commit | 8ff285fcbc5b06ce7c76dc4bab90c2b9ba8f2ee4 (patch) | |
| tree | 9c8866b7c9ed905ef4982e701364ff22d73d7b6e /discord/abc.py | |
| parent | Rename allowed mention parameters to allowed_mentions (diff) | |
| download | discord.py-8ff285fcbc5b06ce7c76dc4bab90c2b9ba8f2ee4.tar.xz discord.py-8ff285fcbc5b06ce7c76dc4bab90c2b9ba8f2ee4.zip | |
Documentation fixups for allowed mentions
Diffstat (limited to 'discord/abc.py')
| -rw-r--r-- | discord/abc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/abc.py b/discord/abc.py index 67590ef7..c8b9f598 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 |