diff --git a/discord/message.py b/discord/message.py index 1a575d477..ec6dcac6c 100644 --- a/discord/message.py +++ b/discord/message.py @@ -1156,7 +1156,7 @@ class Message(Hashable): try: allowed_mentions = fields.pop('allowed_mentions') except KeyError: - if self._state.allowed_mentions is not None: + if self._state.allowed_mentions is not None and self.author.id == self._state.self_id: fields['allowed_mentions'] = self._state.allowed_mentions.to_dict() else: if allowed_mentions is not None: