diff options
| author | apple502j <[email protected]> | 2021-05-23 16:42:37 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-23 03:42:37 -0400 |
| commit | 5acb3a62f894caa4820c74cbcc1808a42744f207 (patch) | |
| tree | 55a445e1fe4dfc39ea92c7ed2882c765dcbcd392 | |
| parent | Add vws message hook (diff) | |
| download | discord.py-5acb3a62f894caa4820c74cbcc1808a42744f207.tar.xz discord.py-5acb3a62f894caa4820c74cbcc1808a42744f207.zip | |
Fix Webhook example
| -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(): |