Browse Source

fix: g

pull/10166/head
DA-344 1 month ago
parent
commit
0dbd46529a
  1. 2
      discord/message.py

2
discord/message.py

@ -1770,7 +1770,7 @@ class PartialMessage(Hashable):
async def reply( async def reply(
self, self,
*, *,
file: File = ...,g file: File = ...,
view: LayoutView, view: LayoutView,
delete_after: float = ..., delete_after: float = ...,
nonce: Union[str, int] = ..., nonce: Union[str, int] = ...,

Loading…
Cancel
Save