mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Fix oversight of edit parameters not being keyword only
This commit is contained in:
@ -399,6 +399,7 @@ class SyncWebhookMessage(Message):
|
||||
|
||||
def edit(
|
||||
self,
|
||||
*,
|
||||
content: Optional[str] = MISSING,
|
||||
embeds: Sequence[Embed] = MISSING,
|
||||
embed: Optional[Embed] = MISSING,
|
||||
|
Reference in New Issue
Block a user