canParse

open suspend fun canParse(context: DiscordContext, execution: Execution<*>, args: List<String>): Boolean

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.