mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 18:33:02 +00:00
Fix Webhook example
This commit is contained in:
@ -740,7 +740,7 @@ class Webhook(BaseWebhook):
|
||||
|
||||
.. code-block:: python3
|
||||
|
||||
from discord import Webhook, AsyncWebhookAdapter
|
||||
from discord import Webhook
|
||||
import aiohttp
|
||||
|
||||
async def foo():
|
||||
|
Reference in New Issue
Block a user