Clarify Webhook.send return value documentation

This commit is contained in:
NoName
2021-05-03 07:21:11 +09:00
committed by GitHub
parent cd7357b93a
commit 2793fc06d5
2 changed files with 4 additions and 4 deletions

View File

@ -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: