#how to create webhook in a channel and know the url

1 messages · Page 1 of 1 (latest)

brave mesa
#

Read above ^

weary agate
#

what do you mean?

#

what do you have so far

brave mesa
#

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

sharp sandalBOT
#

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.