Context.reply

Reply to the channel in which the command was invoked. If there is more than one argument, the first argument is formatted with subsequent ones.

If the command originated in a private message, the reply is sent to the invoking user as a private message.

struct Context
void
reply
(
FmtArgs...
)
(
in char[] fmt
,
FmtArgs fmtArgs
)

See Also

$(STDREF format, formattedWrite)

Meta