mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Fix letter to be consistent with the rest of the docs
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user