#i have a working issue?
1 messages · Page 1 of 1 (latest)
such as this?
async def webhook(url, description):
async with aiohttp.ClientSession() as session:
webhook = Webhook.from_url(url, session=session)
embed = disnake.Embed(description=description, color=0x01b4ed)
await webhook.send(embed=embed)```
this is from like an old bot of mine
yes