Browse Source
Fix letter to be consistent with the rest of the docs
pull/5752/head
sinus-x
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/mentions.py
|
|
@ -39,7 +39,7 @@ default = _FakeBool() |
|
|
|
class AllowedMentions: |
|
|
|
"""A class that represents what mentions are allowed in a message. |
|
|
|
|
|
|
|
This class can be set during :class:`Client` initialization to apply |
|
|
|
This class can be set during :class:`Client` initialisation to apply |
|
|
|
to every message sent. It can also be applied on a per message basis |
|
|
|
via :meth:`abc.Messageable.send` for more fine-grained control. |
|
|
|
|
|
|
|