aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinus-x <[email protected]>2020-08-22 22:25:44 +0200
committerGitHub <[email protected]>2020-08-22 16:25:44 -0400
commit315edd0b602ef034b214437766f0d53508dc42c6 (patch)
treea813971dd5b936f812dadc4da2262ad092db5327
parentupdate the docs on RawReactionActionEvent.member (diff)
downloaddiscord.py-315edd0b602ef034b214437766f0d53508dc42c6.tar.xz
discord.py-315edd0b602ef034b214437766f0d53508dc42c6.zip
Fix letter to be consistent with the rest of the docs
-rw-r--r--discord/mentions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/mentions.py b/discord/mentions.py
index 21e8beee..a2ae86ec 100644
--- a/discord/mentions.py
+++ b/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.