aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorapple502j <[email protected]>2021-05-23 16:42:37 +0900
committerGitHub <[email protected]>2021-05-23 03:42:37 -0400
commit5acb3a62f894caa4820c74cbcc1808a42744f207 (patch)
tree55a445e1fe4dfc39ea92c7ed2882c765dcbcd392
parentAdd vws message hook (diff)
downloaddiscord.py-5acb3a62f894caa4820c74cbcc1808a42744f207.tar.xz
discord.py-5acb3a62f894caa4820c74cbcc1808a42744f207.zip
Fix Webhook example
-rw-r--r--discord/webhook/async_.py2
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():