getCommand
abstract suspend fun getCommand(event: MessageCreateEvent, args: List<String>): ChatCommand<out Arguments>?
Return the MessageCommand specified in the arguments, or null if it can't be found (or the checks fail).
Return the MessageCommand specified in the arguments, or null if it can't be found (or the checks fail).