Webhook Command
This command allows server administrators to manage webhooks owned by the bot within their guild. Users can create new webhooks in specified channels or list existing webhooks owned by the bot.
/webhook create
Section titled “/webhook create”This command allows users to create a new webhook in a specified channel.
Use the command followed by the channel and webhook name.
| Parameter | Type | Description | Required | Choices |
|---|---|---|---|---|
| channel | Channel | The channel to create the webhook in. | Yes | Text Channel, Announcement Channel |
| name | String | The name of the webhook. | Yes | N/A |
/webhook create channel:#general name:My Webhook- Creates a webhook named “My Webhook” in the #general channel.
- Both you and the bot need the “Manage Webhooks” permission to use this command.
/webhook list
Section titled “/webhook list”This command allows users to list all webhooks owned by the bot in the current channel.
Use the command without any additional parameters.
/webhook list- Lists all webhooks owned by the bot in the current channel.