From 6ed70f1007cafbb7a0136df68be268fe53f670b9 Mon Sep 17 00:00:00 2001 From: KevTheGame-Dev <31352416+KevTheGame-Dev@users.noreply.github.com> Date: Thu, 10 Jan 2019 22:56:46 -0500 Subject: [PATCH] Fixed error in Message class description Attachments listed as a list, when it's a dict --- disco/types/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.