mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Fix overloads on Webhook.send to not require wait kwarg
This commit is contained in:
@ -734,7 +734,7 @@ class SyncWebhook(BaseWebhook):
|
||||
embed: Embed = MISSING,
|
||||
embeds: List[Embed] = MISSING,
|
||||
allowed_mentions: AllowedMentions = MISSING,
|
||||
wait: Literal[False],
|
||||
wait: Literal[False] = ...,
|
||||
) -> None:
|
||||
...
|
||||
|
||||
|
Reference in New Issue
Block a user