Retrieve Event Value (Effect) — DiSky
Addon: DiSky · Category: Effect · Since: 4.0.0
Syntax
retrieve [the] [event[(-| )]]value %string% and store (it|the value) in %objects%Description
Retrieves specific event values asynchronously in certain DiSky events. These values need to be fetched from Discord's API and cannot be provided directly in the event. The value must be stored in a variable for later use. Each event has its own set of retrievable values - check the event documentation for available values.
Examples
on guild member join:
retrieve event-value "user" and store it in {_user}
send "Welcome %{_user}%!" to event-channel