Retrieve Webhooks (Effect) — DiSky

Addon: DiSky · Category: Effect · Since: 4.0.0

Syntax

retrieve [all] [discord] webhooks (of|from) [the] [(guild|channel)] %guild/textchannel% and store (them|the webhooks) in %~objects%

Description

Retrieve all webhooks from a guild or text channel and store them in a variable. Provide a guild to get all webhooks in the guild, or a text channel to get only that channel's webhooks.

Examples

retrieve all discord webhooks from event-guild and store them in {_webhooks::*}
retrieve discord webhooks from event-channel and store them in {_webhooks::*}

View source