transform
open suspend override fun transform(input: List<Input>, context: DiscordContext): Result<List<Output>>
Transforms a value produced by a slash command or by the parse function.
Return
Parameters
input
The input data of the type Input
context
The DiscordContext created by the execution of the command.