We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52d71e commit 2293075Copy full SHA for 2293075
discord/raw_models.py
@@ -185,7 +185,7 @@ class RawMessageUpdateEvent(_RawReprMixin):
185
cached_message: Optional[:class:`Message`]
186
The cached message, if found in the internal message cache. Represents the message before
187
it is modified by the data in :attr:`RawMessageUpdateEvent.data`.
188
- new_message: Optional[:class:`Message`]
+ new_message: :class:`Message`
189
The new message object. Represents the message after it is modified by the data in
190
:attr:`RawMessageUpdateEvent.data`.
191
0 commit comments