Browse Source

Fix Webhook example

pull/6948/head
apple502j 4 years ago
committed by GitHub
parent
commit
5acb3a62f8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/webhook/async_.py

2
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():

Loading…
Cancel
Save