diff --git a/disco/types/message.py b/disco/types/message.py index a613d12..27f063d 100644 --- a/disco/types/message.py +++ b/disco/types/message.py @@ -346,7 +346,7 @@ class Message(SlottedModel): IDs for roles mentioned within this message. embeds : list[`MessageEmbed`] Embeds for this message. - attachments : list[`MessageAttachment`] + attachments : dict[`MessageAttachment`] Attachments for this message. reactions : list[`MessageReaction`] Reactions for this message.