#how to create webhook in a channel and know the url
1 messages · Page 1 of 1 (latest)
bot Tries to create a webhook for a channel to send posts, how to make the bot send me the url of the webhook that it created
property url```
Returns the webhook’s url.
await webhooks()```
This function is a [*coroutine*](https://docs.python.org/3/library/asyncio-task.html#coroutine).
Gets the list of webhooks from this guild.
You must have [`manage_webhooks`](https://docs.disnake.dev/page/api.html#disnake.Permissions.manage_webhooks "disnake.Permissions.manage_webhooks") permission to use this.