mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-09-21 03:27:42 +00:00
Improve error from Webhook.from_url when passing client
This commit is contained in:
@@ -1322,6 +1322,9 @@ class Webhook(BaseWebhook):
|
||||
|
||||
state = None
|
||||
if client is not MISSING:
|
||||
if client._ready is MISSING:
|
||||
raise ValueError('Client must be logged in to use from_url with a client.')
|
||||
|
||||
state = client._connection
|
||||
if session is MISSING:
|
||||
session = client.http._HTTPClient__session # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user