I did not miss a comma
This commit is contained in:
parent
bde52a7449
commit
9d56f85455
@ -176,7 +176,7 @@ class Attachment(Hashable):
|
||||
.. versionadded:: 2.0
|
||||
"""
|
||||
|
||||
__slots__ = ("id", "size", "height", "width", "filename", "url", "proxy_url", "ephemeral" "_http", "content_type")
|
||||
__slots__ = ("id", "size", "height", "width", "filename", "url", "proxy_url", "ephemeral", "_http", "content_type")
|
||||
|
||||
def __init__(self, *, data: AttachmentPayload, state: ConnectionState):
|
||||
self.id: int = int(data["id"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user