Reply With (Section) — DiSky
Addon: DiSky · Category: Section · Since: 4.4.0
Syntax
reply with [hidden] %string/messagecreatebuilder/sticker/embedbuilder/messagepollbuilder/containers% [with [the] reference[d] [message] %-message%] [and store (it|the message) in %-objects%]Description
Reply with a specific message to the channel where a message-event was triggered. It can also be used to acknowledge & reply to an interaction, such as button click or slash command. In interaction only, you can use the keyword 'hidden' to reply with an ephemeral message (only the executor can see it). Therefore, the value stored in the variable, if specified, will be an interaction hook, and not a compete message. You can also provide a message as reference. The replied message be linked with the provided one.
Examples
reply with "Hello world!"reply with last embed with reference event-messagereply with hidden "Hello ..." and store it in {_msg}
wait a secondedit {_msg} to show "... world!"