Fix Webhook example

This commit is contained in:
apple502j 2021-05-23 16:42:37 +09:00 committed by GitHub
parent 8e08bd6af2
commit 5acb3a62f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -740,7 +740,7 @@ class Webhook(BaseWebhook):
.. code-block:: python3
from discord import Webhook, AsyncWebhookAdapter
from discord import Webhook
import aiohttp
async def foo():