Edit Message (Effect) — DiSky

Addon: DiSky · Category: Effect · Since: 4.4.0

Syntax

edit [([and] replace|[by] replacing)] [direct] [the] [message] %message% (with|to show) %string/messagecreatebuilder/embedbuilder/container%

Description

Edit a specific message/interaction hook to show a new rich or simple message. The interaction hook will only be editable for the next 15 minutes once it's sent!

Examples

# We are in a slash command event!
reply with hidden "Wanna see a magic trick? ..." and store it in {_msg}
wait a second
# The variable does not contains a 'real' message, it contains the interaction hook.edit {_msg} to show "Abracadabra!"

View source