Register Embed Template (Effect) — DiSky
Addon: DiSky · Category: Effect · Since: 4.26.0
Syntax
register [new] [embed] template (with|based on) [the] [embed] %embedbuilder% [and] with [the] (name|id) %string%Description
Register an embed template that can be reused throughout your code. Once registered, you can use the template when creating a new embed using its section or data structure.
Examples
register embed template with {_embed} with name "embed_name"
# When re-creating an embed:
make a new embed using template named "embed_name" and store it in {_new_embed}