Register Webhook Client (Effect) — DiSky

Addon: DiSky · Category: Effect · Since: 4.0.0

Syntax

register [a] [new] webhook[s] [client] (in|using) [the] [bot] %bot% (with [the] name|named) %string% (and|with) [the] [webhook] url %string%

Description

Register a new webhook client using a bot and a webhook URL. The client can then be used to post messages to the webhook without using the bot's account.

Examples

register new webhook client in bot "MyBot" named "my-hook" with url "https://discord.com/api/webhooks/..."

View source