can Parse
open suspend fun canParse( context: DiscordContext, execution: Execution<*>, args: List<String>): Boolean
Content copied to clipboard
Whether the command can parse the given arguments into a container.
Return
The result of the parsing operation.
Parameters
args
The raw string arguments to be provided to the command.