From 5acb3a62f894caa4820c74cbcc1808a42744f207 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Sun, 23 May 2021 16:42:37 +0900 Subject: [PATCH] Fix Webhook example --- discord/webhook/async_.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index 21e32d00f..a174644fb 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():