diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/webhook/async_.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index 21e32d00..a174644f 100644 --- a/discord/webhook/async_.py +++ b/discord/webhook/async_.py @@ -740,7 +740,7 @@ class Webhook(BaseWebhook): .. code-block:: python3 - from discord import Webhook, AsyncWebhookAdapter + from discord import Webhook import aiohttp async def foo(): |