Browse Source

Fixed error in Message class description

Attachments listed as a list, when it's a dict
pull/119/head
KevTheGame-Dev 7 years ago
committed by GitHub
parent
commit
6ed70f1007
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      disco/types/message.py

2
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.

Loading…
Cancel
Save