Skip to content

Commit 2293075

Browse files
Paillat-devSoheab
andauthored
Update discord/raw_models.py
Co-authored-by: Soheab <[email protected]> Signed-off-by: Paillat <[email protected]>
1 parent b52d71e commit 2293075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/raw_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class RawMessageUpdateEvent(_RawReprMixin):
185185
cached_message: Optional[:class:`Message`]
186186
The cached message, if found in the internal message cache. Represents the message before
187187
it is modified by the data in :attr:`RawMessageUpdateEvent.data`.
188-
new_message: Optional[:class:`Message`]
188+
new_message: :class:`Message`
189189
The new message object. Represents the message after it is modified by the data in
190190
:attr:`RawMessageUpdateEvent.data`.
191191

0 commit comments

Comments
 (0)