diff options
Diffstat (limited to 'discord/webhook/sync.py')
| -rw-r--r-- | discord/webhook/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/webhook/sync.py b/discord/webhook/sync.py index 1fd05f3e..26978299 100644 --- a/discord/webhook/sync.py +++ b/discord/webhook/sync.py @@ -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: |