mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Reformat code using black
Segments where readability was hampered were fixed by appropriate format skipping directives. New code should hopefully be black compatible. The moment they remove the -S option is probably the moment I stop using black though.
This commit is contained in:
@ -681,7 +681,7 @@ class WebhookMessage(Message):
|
||||
attachments: List[Union[:class:`Attachment`, :class:`File`]]
|
||||
A list of attachments to keep in the message as well as new files to upload. If ``[]`` is passed
|
||||
then all attachments are removed.
|
||||
|
||||
|
||||
.. note::
|
||||
|
||||
New files will always appear after current attachments.
|
||||
@ -761,7 +761,7 @@ class WebhookMessage(Message):
|
||||
-----------
|
||||
\*attachments: :class:`Attachment`
|
||||
Attachments to remove from the message.
|
||||
|
||||
|
||||
Raises
|
||||
-------
|
||||
HTTPException
|
||||
|
Reference in New Issue
Block a user