Used Argument (Expression) — DiSky

Addon: DiSky · Category: Expression · Since: 4.0.0

Syntax

[the] use[d]( |-)arg[ument][s]

Description

Return the raw string of all arguments used in a discord command, concatenated together. For accessing individual argument values, prefer using `arg-1`, `arg-2`, etc. (see the Discord Command Argument expression). Only usable inside a discord command trigger section.

Examples

send "You typed: %used argument%" to event-channel

View source