Webhook
The Webhook system allows you to create, manage, send, and edit Discord webhooks directly from your server. Use webhooks for advanced integrations, custom notifications, or fun automations—all with powerful scripting and embed support.Features
- Create Webhooks: Instantly create webhooks in any channel with a custom name and a unique short identifier.
- Send Messages/Embeds: Send messages or rich embeds through your webhooks, including multi-embed support.
- Edit Webhook Messages: Edit previously sent webhook messages by ID.
- Delete Webhooks: Remove webhooks by short ID or selection.
- List Webhooks: View all webhooks created in your server.
- Script/Embed Support: Use the same scripting engine as other modules for advanced formatting.
- Selection Support: Use
select:Nto easily pick webhooks for deletion.
Requirements
- Bot must have permissions: Manage Webhooks, Send Messages, Embed Links in the target channel.
Setup & Usage
Create a Webhook
1cc8rax).
List Webhooks
Send a Message or Embed
- Supports advanced scripting and multiple embeds.
- Use
--addto send multiple embeds in one message.
Edit a Webhook Message
- Edits a previously sent webhook message.
- Supports scripting and multiple embeds with
--add.
Delete a Webhook
- Delete by short ID or use
select:Nto pick from a list.
Scripting & Embeds
- Use the same scripting syntax as the
invokeandautorespondermodules. - To send multiple embeds, separate each with
--add. - See the Script documentation for advanced usage.
Best Practices
- Always save your webhook short IDs; you’ll need them to send, edit, or delete messages.
- Only trusted users should have access to webhook management commands.
- Use scripting for advanced formatting, buttons, and more.
Webhooks are powerful—use them responsibly! For more on scripting, see the Script Reference.