mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Clarify Webhook.send return value documentation
This commit is contained in:
@ -845,7 +845,7 @@ class SyncWebhook(BaseWebhook):
|
||||
Returns
|
||||
---------
|
||||
Optional[:class:`SyncWebhookMessage`]
|
||||
The message that was sent.
|
||||
If ``wait`` is ``True`` then the message that was sent, otherwise ``None``.
|
||||
"""
|
||||
|
||||
if self.token is None:
|
||||
|
Reference in New Issue
Block a user